Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
4595cd72
Commit
4595cd72
authored
Dec 10, 2013
by
Kostas Papadimitriou
Browse files
ui: Escape machine name in machines list view
parent
200b9bff
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-cyclades-app/synnefo/ui/static/snf/js/ui/web/ui_list_view.js
View file @
4595cd72
...
...
@@ -362,7 +362,7 @@
img
=
img
+
'
<img src="
'
+
snf
.
config
.
indicators_icons_url
+
'
medium/wave.gif" class="wave" />
'
;
img
=
img
+
'
<span class="action-indicator" />
'
;
var
name
=
util
.
truncate
(
vm
.
get
(
'
name
'
),
25
);
var
name
=
_
.
escape
(
util
.
truncate
(
vm
.
get
(
'
name
'
),
25
)
)
;
var
flavor
=
vm
.
get_flavor
().
details_string
();
var
status
=
STATE_TEXTS
[
vm
.
state
()];
...
...
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