Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
E
esi-table-data
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esi-data-scrapping
esi-table-data
Commits
85446dc5
Commit
85446dc5
authored
Jun 22, 2017
by
Vasyl Bodnaruk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rebuild template job_list.html for new version Js
parent
0a18c718
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
380 additions
and
301 deletions
+380
-301
style.css
esi/static/css/style.css
+34
-3
tables.js
esi/static/js/tables.js
+245
-243
job_list.html
esi/templates/job_list.html
+101
-55
No files found.
esi/static/css/style.css
View file @
85446dc5
/* Actions */
/* Actions */
.actions
{
.actions
{
display
:
flex
;
display
:
flex
;
...
@@ -41,8 +42,11 @@
...
@@ -41,8 +42,11 @@
.btn
{
.btn
{
cursor
:
pointer
;
cursor
:
pointer
;
}
}
.btn-min
{
.btn-sm
{
padding
:
.2rem
1rem
;
margin-right
:
5px
;
}
.btn-min
:last-child
{
margin-right
:
0
;
}
}
/* Table */
/* Table */
.table-header
{
.table-header
{
...
@@ -89,5 +93,32 @@
...
@@ -89,5 +93,32 @@
height
:
300px
;
height
:
300px
;
}
}
.container-max
{
.container-max
{
max-width
:
1170px
;
max-width
:
1300px
;
}
td
[
data-col
=
"action"
]
{
display
:
flex
;
justify-content
:
flex-end
;
}
/* Loading */
.loading
{
display
:
none
;
position
:
fixed
;
width
:
100%
;
height
:
100%
;
background
:
rgba
(
0
,
0
,
0
,
.5
);
top
:
0
;
z-index
:
9999
;
}
.loading-content
{
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
height
:
100%
;
width
:
100%
;
}
.loading
i
{
font-size
:
1.5em
;
color
:
#fff
;
}
}
\ No newline at end of file
esi/static/js/tables.js
View file @
85446dc5
This diff is collapsed.
Click to expand it.
esi/templates/job_list.html
View file @
85446dc5
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment