1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

Small oZones fixes: Adjust zone name column with and hyperlink sunstone endpoint text.

(cherry picked from commit 92fc3f539a55f927c369df2eb90777fc7b77b027)
This commit is contained in:
Hector Sanjuan 2011-09-26 20:01:27 +02:00 committed by Tino Vazquez
parent 5b3350bfd6
commit 4a475ae7e5

View File

@ -302,7 +302,7 @@ function updateZoneInfo(req,zone_json){
</tr>\
<tr>\
<td class="key_td">Sunstone endpoint</td>\
<td class="value_td">'+zone.sunsendpoint+'</td>\
<td class="value_td"><a href="'+zone.sunsendpoint+'" target="_blank">'+zone.sunsendpoint+'<span class="ui-icon ui-icon-extlink" style="display:inline-block;" /></a></td>\
</tr>\
<tr>\
<td class="key_td">#VDCs</td>\
@ -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] }
]
});