Skip to content
GitLab
Menu
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
cfb1127f
Commit
cfb1127f
authored
Dec 10, 2014
by
Leigh B Stoller
Browse files
Add modify dataset.
parent
a78a427e
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/aptui/server-ajax.php
View file @
cfb1127f
...
@@ -96,10 +96,12 @@ $routing = array("myprofiles" =>
...
@@ -96,10 +96,12 @@ $routing = array("myprofiles" =>
"guest"
=>
false
,
"guest"
=>
false
,
"methods"
=>
array
(
"create"
=>
"methods"
=>
array
(
"create"
=>
"Do_CreateDataset"
,
"Do_CreateDataset"
,
"
refresh
"
=>
"
modify
"
=>
"Do_
Refresh
Dataset"
,
"Do_
Modify
Dataset"
,
"delete"
=>
"delete"
=>
"Do_DeleteDataset"
,
"Do_DeleteDataset"
,
"refresh"
=>
"Do_RefreshDataset"
,
"approve"
=>
"approve"
=>
"Do_ApproveDataset"
)),
"Do_ApproveDataset"
)),
);
);
...
...
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