Update icon url placeholder
This commit is contained in:
parent
2e0f554f3d
commit
f3475e200a
Binary file not shown.
@ -57,7 +57,7 @@ function AppModal({ mode = 'add', initialData = {}, onSubmit, onClose, sections
|
||||
)}
|
||||
|
||||
<input type="text" placeholder="App name" value={name} onChange={e => setName(e.target.value)} required />
|
||||
<input type="text" placeholder="Icon URL" value={icon} onChange={e => setIcon(e.target.value)} />
|
||||
<input type="text" placeholder="Icon name (e.g. grafana.svg) or full URL" value={icon} onChange={e => setIcon(e.target.value)} />
|
||||
<input type="text" placeholder="Description" value={description} onChange={e => setDescription(e.target.value)} />
|
||||
<input type="text" placeholder="App URL" value={url} onChange={e => setUrl(e.target.value)} required />
|
||||
<button type="submit">{mode === 'edit' ? 'Update' : 'Add'}</button>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user