further improve WI entry state display
This commit is contained in:
parent
b203b22d4d
commit
384e8d43a6
|
@ -3912,10 +3912,10 @@
|
||||||
<small>
|
<small>
|
||||||
<span>
|
<span>
|
||||||
<span class="world_entry_form_position_value"></span>
|
<span class="world_entry_form_position_value"></span>
|
||||||
<select title="State of this entry: ! - Constant O - Normal X - Disabled" name="entryStateSelector" class="widthNatural height32px margin0">
|
<select title="State of this entry: 🟢 - Constant 🟡 - Normal ❌ - Disabled" name="entryStateSelector" class="widthNatural height32px margin0">
|
||||||
<option value="constant">!</option>
|
<option value="constant">🟢</option>
|
||||||
<option value="normal">O</option>
|
<option value="normal">🟡</option>
|
||||||
<option value="disabled">X</option>
|
<option value="disabled">❌</option>
|
||||||
</select>
|
</select>
|
||||||
</span>
|
</span>
|
||||||
</small>
|
</small>
|
||||||
|
@ -4642,4 +4642,4 @@
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue