(control) Rephrase text
This commit is contained in:
parent
753d000788
commit
18638c62de
@ -45,7 +45,7 @@
|
|||||||
{{#if isStatusNew}}
|
{{#if isStatusNew}}
|
||||||
<form method="post" action="/nodes/{{node.id}}/storage/reset-state/{{storage.id}}" onsubmit="return confirm('Confirm removal of \'NEW\' state for {{storage.path}}')">
|
<form method="post" action="/nodes/{{node.id}}/storage/reset-state/{{storage.id}}" onsubmit="return confirm('Confirm removal of \'NEW\' state for {{storage.path}}')">
|
||||||
<tr>
|
<tr>
|
||||||
<td>Remove 'NEW' state (use this if the generating process stopped)</td>
|
<td>Remove 'CREATING' state (use this if the generating process stopped)</td>
|
||||||
<td><button class="btn btn-primary" type="submit">Reset State</button></td>
|
<td><button class="btn btn-primary" type="submit">Reset State</button></td>
|
||||||
</tr>
|
</tr>
|
||||||
</form>
|
</form>
|
||||||
|
Loading…
Reference in New Issue
Block a user