Repository: vcl
Updated Branches:
  refs/heads/develop a087631ac -> d318bc08f


VCL-1079 - Virtual Hosts page references Computer Utilities

vm.php: modified editVMInfo: changed "Computer Utilities" to "Edit
Computer Profiles"


Project: http://git-wip-us.apache.org/repos/asf/vcl/repo
Commit: http://git-wip-us.apache.org/repos/asf/vcl/commit/a77c878f
Tree: http://git-wip-us.apache.org/repos/asf/vcl/tree/a77c878f
Diff: http://git-wip-us.apache.org/repos/asf/vcl/diff/a77c878f

Branch: refs/heads/develop
Commit: a77c878f82879433fca63c022d74df964d5306bc
Parents: 2b87efb
Author: Josh Thompson <jftho...@ncsu.edu>
Authored: Wed Jun 6 16:03:12 2018 -0400
Committer: Josh Thompson <jftho...@ncsu.edu>
Committed: Wed Jun 6 16:03:12 2018 -0400

----------------------------------------------------------------------
 web/.ht-inc/vm.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/vcl/blob/a77c878f/web/.ht-inc/vm.php
----------------------------------------------------------------------
diff --git a/web/.ht-inc/vm.php b/web/.ht-inc/vm.php
index 5375cdf..0616d9b 100644
--- a/web/.ht-inc/vm.php
+++ b/web/.ht-inc/vm.php
@@ -47,7 +47,7 @@ function editVMInfo() {
        print "</div>\n";
 
        $newmsg = "To create a new Virtual Host, change the state of a computer 
to<br>\n"
-               . "'vmhostinuse' under Manage Computers-&gt;Computer 
Utilities.<br><br>\n";
+               . "'vmhostinuse' under Manage Computers-&gt;Edit Computer 
Profiles.<br><br>\n";
        $vmhosts = getVMHostData();
        $resources = getUserResources(array("computerAdmin"), 
array("administer"));
        foreach($vmhosts as $key => $value) {

Reply via email to