feat(webui): edit suit invigorations #2478
@ -477,8 +477,6 @@
|
||||
<tbody id="crystals-list"></tbody>
|
||||
</table>
|
||||
<form onsubmit="submitSuitInvigorationUpgrade(event)">
|
||||
Sainan marked this conversation as resolved
Outdated
|
||||
<input type="hidden" id="dv-invigoration-oid" />
|
||||
|
||||
<div class="mb-3">
|
||||
Sainan marked this conversation as resolved
Outdated
Sainan
commented
The oid is already in the query string. Be consistent. The oid is already in the query string. Be consistent.
|
||||
<label for="invigoration-offensive" class="form-label">Offensive Upgrade</label>
|
||||
<select class="form-select" id="dv-invigoration-offensive">
|
||||
|
Loading…
x
Reference in New Issue
Block a user
Why is this inside of the archon crystals card and not its own card?
Because I didn't realize that you used path route first and then only controlled visibility based on url params...