mirror of https://github.com/apache/cloudstack.git
metrics: implement horizontal scrollbar for metrics tables
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
992693b67e
commit
4175c25229
|
|
@ -39,6 +39,8 @@
|
|||
context: cloudStack.context,
|
||||
listView: metricsListView
|
||||
});
|
||||
// Make metrics tables horizontally scrollable
|
||||
$('.panel::has(.data-table)::not(.reduced)').css({overflow: 'auto'});
|
||||
}
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue