Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
PUBLIC
/
surfer-okd
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 3422a21b
authored
Feb 08, 2017
by
Johannes Zellner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Show busy indicator only in place of file list
1 parent
b094fada
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
12 deletions
frontend/index.html
frontend/index.html
View file @
3422a21
...
@@ -99,16 +99,6 @@
...
@@ -99,16 +99,6 @@
</div>
</div>
</div>
</div>
<div
class=
"container"
v-show=
"busy"
v-cloak
>
<div
class=
"row"
>
<div
class=
"col-lg-12"
>
<center>
<i
class=
"fa fa-refresh fa-4x fa-spin"
></i>
</center>
</div>
</div>
</div>
<div
class=
"container"
v-show=
"uploadStatus.busy"
v-cloak
>
<div
class=
"container"
v-show=
"uploadStatus.busy"
v-cloak
>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-lg-12"
>
<div
class=
"col-lg-12"
>
...
@@ -142,7 +132,7 @@
...
@@ -142,7 +132,7 @@
</div>
</div>
</div>
</div>
<div
class=
"container main"
v-show=
"session.valid
&& !busy
"
v-cloak
>
<div
class=
"container main"
v-show=
"session.valid"
v-cloak
>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-lg-12"
>
<div
class=
"col-lg-12"
>
<center
v-show=
"!uploadStatus.busy"
>
<center
v-show=
"!uploadStatus.busy"
>
...
@@ -162,7 +152,14 @@
...
@@ -162,7 +152,14 @@
<button
class=
"btn btn-default btn-sm pull-right"
v-on:click=
"createDirectoryAsk()"
>
Create Folder
</button>
<button
class=
"btn btn-default btn-sm pull-right"
v-on:click=
"createDirectoryAsk()"
>
Create Folder
</button>
</ol>
</ol>
</div>
</div>
<div
class=
"col-lg-12"
>
<div
class=
"col-lg-12"
v-show=
"busy"
>
<br/>
<br/>
<center>
<i
class=
"fa fa-refresh fa-4x fa-spin"
></i>
</center>
</div>
<div
class=
"col-lg-12"
v-show=
"!busy"
>
<table
class=
"table table-hover table-condensed"
>
<table
class=
"table table-hover table-condensed"
>
<thead>
<thead>
<tr>
<tr>
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment