diff --git a/ui/scripts/ui-custom/dashboard.js b/ui/scripts/ui-custom/dashboard.js index e5ab1f1b955..d312e0605c0 100644 --- a/ui/scripts/ui-custom/dashboard.js +++ b/ui/scripts/ui-custom/dashboard.js @@ -8,7 +8,7 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. -// +// // Automatically generated by addcopyright.py at 04/03/2012 (function($, cloudStack) { cloudStack.uiCustom.dashboard = function() { @@ -44,14 +44,14 @@ maximizeIfSelected: true, complete: function($newPanel) { $newPanel.detailView($.extend(true, {}, - cloudStack.sections.dashboard.admin.zoneDetailView, - { - $browser: $browser, - context: $.extend(true, {}, cloudStack.context, { - physicalResources: [{ id: item.zoneID }] - }) - } - )); + cloudStack.sections.dashboard.admin.zoneDetailView, + { + $browser: $browser, + context: $.extend(true, {}, cloudStack.context, { + physicalResources: [{ id: item.zoneID }] + }) + } + )); } }); }); @@ -59,7 +59,7 @@ $.each(item, function(arrayKey, arrayValue) { if (!arrayValue) arrayValue = ''; - + var $arrayElem = $li.find('[data-list-item=' + arrayKey + ']'); $arrayElem.each(function() { diff --git a/ui/scripts/ui-custom/enableStaticNAT.js b/ui/scripts/ui-custom/enableStaticNAT.js index a075e0f1dc9..ef645f43f0e 100644 --- a/ui/scripts/ui-custom/enableStaticNAT.js +++ b/ui/scripts/ui-custom/enableStaticNAT.js @@ -8,7 +8,7 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. -// +// // Automatically generated by addcopyright.py at 04/03/2012 (function(cloudStack, $) { cloudStack.uiCustom.enableStaticNAT = function(args) { @@ -74,12 +74,12 @@ 'input[type=radio]:checked, input[type=checkbox]:checked' ).size()) { cloudStack.dialog.notice({ message: _l('message.select.instance')}); - + return false; } var complete = args.complete; - + $dataList.fadeOut(function() { action({ context: $.extend(true, {}, context, { diff --git a/ui/scripts/ui-custom/installWizard.js b/ui/scripts/ui-custom/installWizard.js index 27687cee7b0..bf837d9dba4 100644 --- a/ui/scripts/ui-custom/installWizard.js +++ b/ui/scripts/ui-custom/installWizard.js @@ -8,7 +8,7 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. -// +// // Automatically generated by addcopyright.py at 04/03/2012 (function($, cloudStack) { var installWizard = function(args) { @@ -217,7 +217,7 @@ $('
').html(_l('label.installWizard.title')), $('').html(_l('label.installWizard.subtitle')) ) - ); + ); }, /** @@ -232,7 +232,7 @@ */ nextButton: function(label, options) { var $button = options && !options.type ? - $('