Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
8eacc948
Commit
8eacc948
authored
Feb 27, 2014
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Show the description of the selected profile.
parent
ba851e4c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
www/aptui/myprofiles.php
www/aptui/myprofiles.php
+7
-0
www/aptui/quickvm.css
www/aptui/quickvm.css
+1
-0
No files found.
www/aptui/myprofiles.php
View file @
8eacc948
...
...
@@ -147,6 +147,13 @@ while ($row = mysql_fetch_array($query_result)) {
$created
=
$row
[
"created"
];
$public
=
$row
[
"public"
];
$creator
=
$row
[
"creator"
];
$rspec
=
$row
[
"rspec"
];;
$parsed_xml
=
simplexml_load_string
(
$rspec
);
if
(
$parsed_xml
&&
$parsed_xml
->
rspec_tour
&&
$parsed_xml
->
rspec_tour
->
description
)
{
$desc
=
$parsed_xml
->
rspec_tour
->
description
;
}
echo
" <tr>
<td>
...
...
www/aptui/quickvm.css
View file @
8eacc948
...
...
@@ -109,6 +109,7 @@ body {
#profile_well
{
height
:
32px
;
padding
:
0
0
0
9px
;
margin-bottom
:
10px
;
}
#profile_well
#selected_profile_text
{
...
...
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