diff --git a/ui/new/scripts/cloud.core2.ipaddress.js b/ui/new/scripts/cloud.core2.ipaddress.js new file mode 100644 index 00000000000..567a98e303b --- /dev/null +++ b/ui/new/scripts/cloud.core2.ipaddress.js @@ -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")); +} \ No newline at end of file