mirror of
https://github.com/nasa/openmct.git
synced 2024-12-29 17:38:53 +00:00
[Fixed Position] Add Image Properties dialog
Add Image Properties dialog, for when a new image element is created. WTD-880.
This commit is contained in:
parent
a947ff1274
commit
f5b6be9b5d
@ -11,7 +11,21 @@ define(
|
||||
}
|
||||
},
|
||||
DIALOGS = {
|
||||
|
||||
"fixed.image": {
|
||||
name: "Image Properties",
|
||||
sections: [
|
||||
{
|
||||
rows: [
|
||||
{
|
||||
key: "url",
|
||||
control: "textfield",
|
||||
name: "Image URL",
|
||||
required: true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user