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
5ed9ee36
Commit
5ed9ee36
authored
Apr 17, 2011
by
Markos Gogoulos
Browse files
fix metadata forms
parent
ede6fa18
Changes
1
Hide whitespace changes
Inline
Side-by-side
ui/templates/machines.html
View file @
5ed9ee36
...
...
@@ -691,7 +691,7 @@ function list_metadata(data) {
for
(
key
in
meta
)
{
pair
=
$
(
"
ul.meta-template li
"
).
clone
();
pair
.
find
(
"
label
"
).
text
(
key
);
pair
.
find
(
"
p
"
).
text
(
meta
[
key
]);
pair
.
find
(
"
p
"
).
text
(
meta
[
key
]
.
substring
(
0
,
25
)
);
pair
.
appendTo
(
"
#editor-1 div.content ul.meta-list
"
).
fadeIn
();
}
}
...
...
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