new UI - IP address page - clear grid header title and static NAT field after releasing IP.

This commit is contained in:
Jessica Wang 2010-11-24 16:17:26 -08:00
parent f546436682
commit eabad148e8
1 changed files with 6 additions and 2 deletions

View File

@ -826,7 +826,8 @@ function ipJsonToDetailsTab() {
function ipClearDetailsTab() {
var $thisTab = $("#right_panel_content #tab_content_details");
$thisTab.find("#grid_header_title").text("");
$thisTab.find("#ipaddress").text("");
$thisTab.find("#zonename").text("");
$thisTab.find("#vlanname").text("");
@ -834,7 +835,10 @@ function ipClearDetailsTab() {
$thisTab.find("#network_type").text("");
$thisTab.find("#domain").text("");
$thisTab.find("#account").text("");
$thisTab.find("#allocated").text("");
$thisTab.find("#allocated").text("");
$thisTab.find("#static_nat").text("");
$thisTab.find("#vm_of_static_nat").text("");
//actions ***
var $actionMenu = $("#right_panel_content #tab_content_details #action_link #action_menu");