Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
change button to link
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Jonsson committed Sep 10, 2014
1 parent 1b97bca commit 9f75de3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
Expand Up @@ -217,21 +217,6 @@ Ext.define("OMV.module.admin.service.virtualbox.Machines", {
vmstates : ["Running"]
}],
scope: me
},{
xtype : "tbseparator"
}]);

Ext.Array.insert(items, items.length, [{
xtype : "tbseparator"
},{
id : me.getId() + "-phpvirtualbox",
xtype : "button",
text : _("phpVirtualBox"),
icon : "images/virtualbox.png",
iconCls : Ext.baseCSSPrefix + "btn-icon-16x16",
handler : function() {
window.open("/virtualbox/");
}
}]);

return items;
Expand Down
Expand Up @@ -108,7 +108,8 @@ Ext.define("OMV.module.admin.service.virtualbox.Settings", {
},
items : [{
border : false,
html : "<p>" + _("Make sure to change the password in phpVirtualBox! The default login credentials are 'admin' for both the username and password.") + "</p>"
html : "<p>" + _("Make sure to change the password in phpVirtualBox! The default login credentials are 'admin' for both the username and password.") + "</p>" +
"<p>" + _("The VirtualBox web interface can be accessed <a href='/virtualbox/' target='_blank'>here</a>.") + "</p>"
},{
xtype : "checkbox",
name : "enable_advanced",
Expand Down

0 comments on commit 9f75de3

Please sign in to comment.