mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
M #~: Remove unused var (#1493)
This commit is contained in:
parent
5313df52c9
commit
bdc51492cf
@ -160,11 +160,8 @@ define(function(require) {
|
||||
|
||||
var that = this;
|
||||
var section = $("#" + that.datastoresTable.dataTableId + "Container");
|
||||
$("#" + that.datastoresTable.dataTableId + " tbody", section).delegate("tr", "click", function(e) {
|
||||
var wasChecked = $("td.markrow", this).hasClass("markrow");
|
||||
console.log({"dsTable": that.datastoresTable})
|
||||
$("#" + that.datastoresTable.dataTableId + " tbody", section).delegate("tr", "click", function() {
|
||||
var aData = that.datastoresTable.dataTable.fnGetData(this);
|
||||
var check = aData != undefined && !wasChecked;
|
||||
|
||||
if (aData[9] == "vcenter"){
|
||||
$("#placeDatatablevCenterTemplate", context).show();
|
||||
|
@ -279,7 +279,6 @@ define(function(require) {
|
||||
that.initrdFilesTable.refreshResourceTableSelect();
|
||||
|
||||
$("#firmwareType", context).change(function() {
|
||||
console.log($(this).val())
|
||||
if (FIRMWARE_VALUES[$(this).val()]){
|
||||
$("#firmwareSecure", context).show();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user