mirror of
https://github.com/OpenNebula/one.git
synced 2025-02-18 17:57:24 +03:00
F #3254: Fix memory access input
This commit is contained in:
parent
642b74bd14
commit
0baabf0b8c
@ -43,7 +43,7 @@ define(function(require) {
|
||||
|
||||
function Panel(info) {
|
||||
this.title = Locale.tr("Numa");
|
||||
this.icon = "fa-chart-pie";
|
||||
this.icon = "fa-microchip";
|
||||
this.element = info[RESOURCE.toUpperCase()];
|
||||
return this;
|
||||
};
|
||||
|
@ -60,7 +60,7 @@ define(function(require) {
|
||||
throw "Wizard Tab not enabled";
|
||||
}
|
||||
this.wizardTabId = WIZARD_TAB_ID + UniqueId.id();
|
||||
this.icon = "fa-chart-pie";
|
||||
this.icon = "fa-microchip";
|
||||
this.title = Locale.tr("NUMA");
|
||||
}
|
||||
|
||||
@ -158,7 +158,6 @@ define(function(require) {
|
||||
var templateJSON = { TOPOLOGY : {BORRAR:"BORRAR"} };
|
||||
if(getStatusNuma()){
|
||||
delete templateJSON["TOPOLOGY"]["BORRAR"];
|
||||
|
||||
var temp = {};
|
||||
var policy = _getValue(idsElements.pin, context);
|
||||
if(policy && policy.length){
|
||||
|
@ -64,8 +64,8 @@
|
||||
</label>
|
||||
<select id="numa-memory">
|
||||
<option value="">{{tr "-"}}</option>
|
||||
<option value="SHARED">{{tr "Shared"}}</option>
|
||||
<option value="PRIVATE">{{tr "Private"}}</option>
|
||||
<option value="shared">{{tr "Shared"}}</option>
|
||||
<option value="private">{{tr "Private"}}</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user