From 4a475ae7e534316213a02cbd2650a5b11340f392 Mon Sep 17 00:00:00 2001 From: Hector Sanjuan Date: Mon, 26 Sep 2011 20:01:27 +0200 Subject: [PATCH] Small oZones fixes: Adjust zone name column with and hyperlink sunstone endpoint text. (cherry picked from commit 92fc3f539a55f927c369df2eb90777fc7b77b027) --- src/ozones/Server/public/js/plugins/zones-tab.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/ozones/Server/public/js/plugins/zones-tab.js b/src/ozones/Server/public/js/plugins/zones-tab.js index 80980d2945..8f792209cd 100644 --- a/src/ozones/Server/public/js/plugins/zones-tab.js +++ b/src/ozones/Server/public/js/plugins/zones-tab.js @@ -302,7 +302,7 @@ function updateZoneInfo(req,zone_json){ \ \ Sunstone endpoint\ - '+zone.sunsendpoint+'\ + '+zone.sunsendpoint+'\ \ \ #VDCs\ @@ -597,7 +597,8 @@ $(document).ready(function(){ "sPaginationType": "full_numbers", "aoColumnDefs": [ { "bSortable": false, "aTargets": ["check"] }, - { "sWidth": "60px", "aTargets": [0,2] }, + { "sWidth": "60px", "aTargets": [0] }, + { "sWidth": "300px", "aTargets": [3] }, { "sWidth": "35px", "aTargets": [1] } ] });