mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-14 18:27:06 +02:00
Fix to disabled <input> of path
This commit is contained in:
parent
3e68fdf467
commit
04d428c439
@ -1,5 +1,5 @@
|
||||
<div id="treeview">
|
||||
<input type="text" name="<%= try(:name) %>" size="48" v-model="path" />
|
||||
<input type="text" name="<%= try(:name) %>" size="48" v-model="path" disabled />
|
||||
<div class="dirs">
|
||||
<span v-repeat="currentDirs">
|
||||
<span v-if="$index > 0">
|
||||
|
Loading…
Reference in New Issue
Block a user