mirror of
https://github.com/apache/cloudstack
synced 2026-08-28 00:29:39 +00:00
new UI - add JS file for IP Address page.
This commit is contained in:
parent
5148b58912
commit
c91a49dfdc
9
ui/new/scripts/cloud.core2.ipaddress.js
Normal file
9
ui/new/scripts/cloud.core2.ipaddress.js
Normal file
@ -0,0 +1,9 @@
|
||||
function loadIpToRigntPanelFn($rightPanelContent) {
|
||||
var jsonObj = $rightPanelContent.data("jsonObj");
|
||||
|
||||
var $rightPanelContent = $("#right_panel_content");
|
||||
|
||||
//$rightPanelContent.find("#type").text(jsonObj.type);
|
||||
//$rightPanelContent.find("#description").text(jsonObj.description);
|
||||
//setDateField(jsonObj.sent, $rightPanelContent.find("#sent"));
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user