diff --git a/src/sunstone/public/js/plugins/datastores-tab.js b/src/sunstone/public/js/plugins/datastores-tab.js
index 59dd58ca75..aa73749935 100644
--- a/src/sunstone/public/js/plugins/datastores-tab.js
+++ b/src/sunstone/public/js/plugins/datastores-tab.js
@@ -523,7 +523,7 @@ var datastores_tab = {
'+tr("Owner")+' | \
'+tr("Group")+' | \
'+tr("Name")+' | \
- '+tr("Capacity")+' | \
+ '+tr("Capacity")+' | \
'+tr("Cluster")+' | \
'+tr("Basepath")+' | \
'+tr("TM MAD")+' | \
@@ -1106,10 +1106,11 @@ $(document).ready(function(){
if (Config.isTabEnabled(tab_name)) {
dataTable_datastores = $("#datatable_datastores",main_tabs_context).dataTable({
+ "bAutoWidth": false,
"aoColumnDefs": [
{ "bSortable": false, "aTargets": ["check"] },
{ "sWidth": "35px", "aTargets": [0] },
- { "sWidth": "200px", "aTargets": [5] },
+ { "sWidth": "250px", "aTargets": [5] },
{ "bVisible": true, "aTargets": Config.tabTableColumns(tab_name)},
{ "bVisible": false, "aTargets": ['_all']}
],