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 4545 .view-switcher
4646 span View Details As
4747 .btn-group.btn-group-xs ( role ="group" )
48- button.btn.btn-default ( data-hook ='json-button' ) Raw JSON
4948 button.btn.btn-default ( data-hook ='tree-button' ) Visual Tree
49+ button.btn.btn-default ( data-hook ='json-button' ) Raw JSON
5050
5151 .tree-container
5252 div( data-hook ='tree-subview' )
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ module.exports = View.extend({
4646 hasRefineBar : [ 'boolean' , true , true ] ,
4747 activeDetailView : {
4848 type : 'string' ,
49- default : 'json ' ,
49+ default : 'tree ' ,
5050 values : [ 'json' , 'tree' ]
5151 }
5252 } ,
Original file line number Diff line number Diff line change 11.explain-container {
22
33 // 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 ,
55 ol .document-list li .document-list-item ol .document-property-body li .document-property.object ol .document-property-body .document-property-key {
66 margin-left : 0 ;
77 }
2121 margin-left : 0 ;
2222 }
2323 // end hacks
24-
24+
2525 .summary-container {
2626 background : @pw ;
2727 padding : 12px ;
You can’t perform that action at this time.
0 commit comments