mirror of https://github.com/apache/cloudstack.git
new UI - add JS file for IP Address page.
This commit is contained in:
parent
5148b58912
commit
c91a49dfdc
|
|
@ -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