Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
nopaque
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Looking for advice? Join the
Matrix channel for GitLab users in Bielefeld
!
Show more breadcrumbs
SFB 1288 - INF
nopaque
Commits
84ae5fd2
Commit
84ae5fd2
authored
4 years ago
by
Patrick Jentsch
Browse files
Options
Downloads
Patches
Plain Diff
Change loading animation
parent
581fd5bc
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
web/app/static/js/nopaque/lists/RessourceList.js
+22
-4
22 additions, 4 deletions
web/app/static/js/nopaque/lists/RessourceList.js
with
22 additions
and
4 deletions
web/app/static/js/nopaque/lists/RessourceList.js
+
22
−
4
View file @
84ae5fd2
...
...
@@ -15,10 +15,28 @@ class RessourceList {
this
.
user
=
nopaque
.
appClient
.
users
.
self
;
}
this
.
list
=
new
List
(
listElement
,
{...
RessourceList
.
options
,
...
options
});
this
.
list
.
list
.
innerHTML
=
`<tr class="show-if-only-child">
<td colspan="3">
<span class="card-title"><i class="left material-icons" style="font-size: inherit;">file_download</i>Nothing here...</span>
<p>No ressource available (yet).</p>
this
.
list
.
list
.
innerHTML
=
`<tr>
<td class="row" colspan="100%">
<div class="col s12"> </div>
<div class="col s3 m2 xl1">
<div class="preloader-wrapper active">
<div class="spinner-layer spinner-green-only">
<div class="circle-clipper left">
<div class="circle"></div>
</div>
<div class="gap-patch">
<div class="circle"></div>
</div>
<div class="circle-clipper right">
<div class="circle"></div>
</div>
</div>
</div>
</div>
<div class="col s9 m6 xl5">
<span class="card-title">Preparing data...</span>
<p>No ressource available (yet).</p>
</div>
</td>
</tr>`
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment