UI: Fixed code style
This commit is contained in:
parent
aac4ec07ab
commit
cfead9941e
@ -127,7 +127,6 @@ export class JsonObjectViewComponent implements OnInit {
|
|||||||
newWidth = 8 * maxLineLength + 16;
|
newWidth = 8 * maxLineLength + 16;
|
||||||
}
|
}
|
||||||
if (this.heigthValue) {
|
if (this.heigthValue) {
|
||||||
// this.renderer.setStyle(editorElement, 'minHeight', newHeight.toString() + 'px');
|
|
||||||
this.renderer.setStyle(editorElement, 'height', newHeight.toString() + 'px');
|
this.renderer.setStyle(editorElement, 'height', newHeight.toString() + 'px');
|
||||||
}
|
}
|
||||||
if (this.widthValue) {
|
if (this.widthValue) {
|
||||||
|
|||||||
@ -3279,7 +3279,7 @@
|
|||||||
"EXPIRED": "EXPIRED",
|
"EXPIRED": "EXPIRED",
|
||||||
"FAILED": "FAILED"
|
"FAILED": "FAILED"
|
||||||
},
|
},
|
||||||
"rpc-search-status-all": "ALL",
|
"rpc-search-status-all": "ALL",
|
||||||
"message-types": {
|
"message-types": {
|
||||||
"false": "Two-way",
|
"false": "Two-way",
|
||||||
"true": "One-way"
|
"true": "One-way"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user