From c91a49dfdc52cc8aa5fbd2973b6868a40afad3db Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Thu, 9 Sep 2010 11:55:25 -0700 Subject: [PATCH] new UI - add JS file for IP Address page. --- ui/new/scripts/cloud.core2.ipaddress.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ui/new/scripts/cloud.core2.ipaddress.js 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