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
919e9489
Commit
919e9489
authored
Sep 14, 2017
by
joelalju
Committed by
Francesc Guasch
Sep 20, 2017
Browse files
[#328] Button changed
parent
0826515f
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/main/list_bases2.html.ep
View file @
919e9489
...
...
@@ -19,15 +19,17 @@
<div
class=
"row"
>
<div
class=
"col-lg-12"
>
<div
class=
"panel panel-default"
>
% if ($user->is_admin) {
<div
class=
"panel-heading"
>
<h2><
%=
l
'
Choose
a
Machine
to
Start
'
%
></h2>
% if ($user->is_admin) {
<a
ng-click=
"toggle_only_public()"
class=
"label label-primary"
align=
"right"
ng-show=
"!only_public"
>
Show Public Machines Only
</a>
align=
"right"
ng-show=
"!only_public"
>
Hide Private
</a>
<a
ng-click=
"toggle_only_public()"
class=
"label label-primary"
align=
"right"
ng-show=
"only_public"
>
Show All
Machines
</a
align=
"right"
ng-show=
"only_public"
>
Show All
</a
>
% }
</div>
% }
<div
class=
"panel-body"
>
% if (! $public_bases ) {
<div
class=
"panel panel-warning"
>
...
...
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