metrics: implement horizontal scrollbar for metrics tables

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Rohit Yadav 2015-09-18 12:10:53 +05:30
parent 992693b67e
commit 4175c25229
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,8 @@
context: cloudStack.context,
listView: metricsListView
});
// Make metrics tables horizontally scrollable
$('.panel::has(.data-table)::not(.reduced)').css({overflow: 'auto'});
}
});
};