mirror of
https://github.com/nasa/openmct.git
synced 2025-06-18 15:18:12 +00:00
[Layout] Code style
Fix code style issues
This commit is contained in:
@ -155,7 +155,7 @@ define([
|
||||
"control": "textfield"
|
||||
},
|
||||
{
|
||||
"property":"editY",
|
||||
"property": "editY",
|
||||
"text": "Y",
|
||||
"name": "Y",
|
||||
"cssClass": "l-input-sm",
|
||||
@ -202,13 +202,12 @@ define([
|
||||
"text": "W",
|
||||
"name": "W",
|
||||
"cssClass": "l-input-sm numerical",
|
||||
"control": "textfield",
|
||||
"control": "textfield"
|
||||
}
|
||||
]
|
||||
|
||||
},
|
||||
{
|
||||
"items":[
|
||||
"items": [
|
||||
{
|
||||
"property": "text",
|
||||
"cssClass": "icon-gear",
|
||||
|
Reference in New Issue
Block a user