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
87aaf388
Commit
87aaf388
authored
Sep 23, 2019
by
JR
Committed by
Francesc Guasch
Sep 23, 2019
Browse files
fixed with ng-cloak (#1139)
issue #1138
parent
4f3d0b09
Changes
2
Hide whitespace changes
Inline
Side-by-side
templates/main/list_bases_ng.html.ep
View file @
87aaf388
...
...
@@ -11,7 +11,7 @@
<div
id=
"page-wrapper"
ng-controller=
"bases"
ng-init=
"anonymous=<%= $_anonymous or 0 %>;list_machines_user();"
>
%= include 'main/list_bases_ng_head'
<!--MACHINES SELECTION-->
<div
class=
"card-body"
>
<div
class=
"card-body"
ng-cloak
>
<div
ng-repeat=
"machine in machines | orderBy: 'id_clone'"
class=
"col-sm-4 d-inline-block mb-2"
ng-show=
"machine.is_public || (!machine.is_public && !only_public)"
>
...
...
templates/main/settings_machine_tabs_body.html.ep
View file @
87aaf388
...
...
@@ -11,7 +11,7 @@
</div>
% }
<div class="card_body">
<div class="card_body"
ng-cloak=""
>
% if ($USER->can_change_settings($domain->id)) {
<div class="tab-content" id="v-pills-tabContent">
<div class="tab-pane fade show active" id="v-pills-description" role="tabpanel" aria-labelledby="v-pills-description-tab">
...
...
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