File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 45
45
.view-switcher
46
46
span View Details As
47
47
.btn-group.btn-group-xs ( role ="group" )
48
- button.btn.btn-default ( data-hook ='json-button' ) Raw JSON
49
48
button.btn.btn-default ( data-hook ='tree-button' ) Visual Tree
49
+ button.btn.btn-default ( data-hook ='json-button' ) Raw JSON
50
50
51
51
.tree-container
52
52
div( data-hook ='tree-subview' )
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ module.exports = View.extend({
46
46
hasRefineBar : [ 'boolean' , true , true ] ,
47
47
activeDetailView : {
48
48
type : 'string' ,
49
- default : 'json ' ,
49
+ default : 'tree ' ,
50
50
values : [ 'json' , 'tree' ]
51
51
}
52
52
} ,
Original file line number Diff line number Diff line change 1
1
.explain-container {
2
2
3
3
// hacks for json view on explain tab
4
- ol .document-list li .document-list-item ol .document-property-body li .document-property.array ol .document-property-body .document-property-key ,
4
+ ol .document-list li .document-list-item ol .document-property-body li .document-property.array ol .document-property-body .document-property-key ,
5
5
ol .document-list li .document-list-item ol .document-property-body li .document-property.object ol .document-property-body .document-property-key {
6
6
margin-left : 0 ;
7
7
}
21
21
margin-left : 0 ;
22
22
}
23
23
// end hacks
24
-
24
+
25
25
.summary-container {
26
26
background : @pw ;
27
27
padding : 12px ;
You can’t perform that action at this time.
0 commit comments