Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
dd96bacb
Commit
dd96bacb
authored
Jun 19, 2015
by
Leigh B Stoller
Browse files
Minor fix.
parent
613d90dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/lease_defs.php
View file @
dd96bacb
...
...
@@ -418,6 +418,12 @@ class ImageDataset
function
URN
()
{
return
$this
->
remote_urn
();
}
function
URL
()
{
global
$TBBASE
;
$uuid
=
$this
->
uuid
();
return
"
$TBBASE
/image_metadata.php?uuid=
$image_uuid
"
;
}
function
deleteCommand
()
{
return
"webdelete_image -F -p "
.
$this
->
image
->
imageid
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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