mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Added details view, nested fields, clickable query building to table panel
This commit is contained in:
@@ -10,10 +10,18 @@
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.odd {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
|
||||
[ng\:cloak], [ng-cloak], .ng-cloak {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.table tbody + tbody{
|
||||
border-top: 0px;
|
||||
}
|
||||
|
||||
.panel-error {
|
||||
opacity: 0.9;
|
||||
position:absolute;
|
||||
|
||||
Reference in New Issue
Block a user