Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
94
Merge Requests
10
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
13d94b4e
authored
Apr 29, 2014
by
Kálmán Viktor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dashboard: template list fixes
parent
df469739
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
circle/dashboard/static/dashboard/dashboard.css
+1
-1
circle/dashboard/tables.py
+1
-2
No files found.
circle/dashboard/static/dashboard/dashboard.css
View file @
13d94b4e
...
...
@@ -321,7 +321,7 @@ a.hover-black {
}
.template-list-table-thin
{
width
:
95
px
;
width
:
100
px
;
}
...
...
circle/dashboard/tables.py
View file @
13d94b4e
...
...
@@ -225,8 +225,7 @@ class TemplateListTable(Table):
attrs
=
{
'class'
:
(
'table table-bordered table-striped table-hover'
' template-list-table'
)}
fields
=
(
'name'
,
'num_cores'
,
'ram_size'
,
'arch'
,
'system'
,
'access_method'
,
'lease'
,
'state'
,
'actions'
,
)
'system'
,
'access_method'
,
'lease'
,
'actions'
,
)
class
LeaseListTable
(
Table
):
...
...
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