UI bug fixes
This commit is contained in:
parent
f101965c4f
commit
1a910bd6d4
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
//Required for all
|
//Required for all
|
||||||
blockchain: "FLO",
|
blockchain: "FLO",
|
||||||
adminID: "FLf3jtkPQryh1ide7AJ8tigBmYzLj3h7Cq",
|
adminID: "FLf3jtkPQryh1ide7AJ8tigBmYzLj3h7Cq",
|
||||||
application: "logSheet",
|
application: "logSheet",
|
||||||
// for storing single log sheet data
|
// for storing single log sheet data
|
||||||
currentSheet: {}
|
currentSheet: {}
|
||||||
@ -1282,7 +1282,7 @@
|
|||||||
if (isWriteable && !lazyLoad) {
|
if (isWriteable && !lazyLoad) {
|
||||||
addLogRow = html`
|
addLogRow = html`
|
||||||
<tr>
|
<tr>
|
||||||
<td>${html`<input form="new-log" class="log-input" value=${blockEditingID ? myFloID : ''} ?readonly=${blockEditingID}>`}</td>
|
<td>${html`<input form="new-log" class="log-input" style="width: 22rem" value=${blockEditingID ? myFloID : ''} ?readonly=${blockEditingID}>`}</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
${attributes.map(attr => html`<td><input form="new-log" class="log-input"></td>`)}
|
${attributes.map(attr => html`<td><input form="new-log" class="log-input"></td>`)}
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user