Chỉnh timechart panel có width =70% và stats panel có width = 30%
Kết quả:
Cách thức:
* thông qua Edit Source của Dashboard (sub url /editxml).
* 1) Gán id cho tất cả panel của row cần hiệu chỉnh width
Từ các <panel> thành <panel id="panel1"> .... </panel> <panel id="panel2">...<panel>
* 2) Bổ sung 1 panel logic $alwaysHideCSS$ mới:
<panel depends="$alwaysHideCSS$">
<html>
<style>
#panel1{
width:70% !important;
}
#panel2{
width:30% !important;
}
</style>
</html>
</panel>
No comments:
Post a Comment