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
ceda5f06
Commit
ceda5f06
authored
Mar 26, 2012
by
Kostas Papadimitriou
Browse files
Proper image gui metadata identification
parent
4c7e9d11
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-cyclades-app/synnefo/ui/static/snf/js/models.js
View file @
ceda5f06
...
...
@@ -252,6 +252,10 @@
return
this
.
get
(
"
OS
"
);
},
get_gui
:
function
()
{
return
this
.
get_meta
(
'
GUI
'
);
},
get_created_user
:
function
()
{
return
synnefo
.
config
.
os_created_users
[
this
.
get_os
()]
||
"
root
"
;
},
...
...
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