Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
4a1ca723
Commit
4a1ca723
authored
May 02, 2017
by
Francesc Guasch
Browse files
[#203] fixed line break of status arrow
parent
fa5198af
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/main/admin_machines.html.ep
View file @
4a1ca723
...
...
@@ -50,12 +50,10 @@
<th
class=
"lgMachToggle machine-button"
ng-click=
"orderMachineList('is_active','is_paused')"
>
<i
class=
"fa fa-exchange fa-rotate-90"
ng-hide=
"orderParam[0] === 'is_active' || orderParam[0] === '-is_active'"
></i>
<i
class=
"fa fa-arrow-down"
ng-cloak
ng-hide=
"orderParam[0] !== 'is_active'"
></i>
<i
class=
"fa fa-arrow-up"
ng-cloak
ng-hide=
"orderParam[0] !== '-is_active'"
></i>
<
%=
l
'
Status
'
%
></th>
ng-hide=
"orderParam[0] === 'is_active' || orderParam[0] === '-is_active'"
></i><i
class=
"fa fa-arrow-down"
ng-cloak
ng-hide=
"orderParam[0] !== 'is_active'"
></i><i
class=
"fa fa-arrow-up"
ng-cloak
ng-hide=
"orderParam[0] !== '-is_active'"
></i><
%=
l
'
Status
'
%
></th>
<th
class=
"lgMachActions"
><
%=
l
'
Actions
'
%
></th>
</tr>
</thead>
...
...
Write
Preview
Supports
Markdown
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