Various fixes and ehnagcements
This commit is contained in:
parent
39609cda65
commit
6479996312
@ -718,7 +718,7 @@ export class PegasusUtility {
|
||||
one: {
|
||||
icon: '<i class="fas fa-check"></i>',
|
||||
label: "Cancel",
|
||||
callback: () => this.close()
|
||||
callback: () => d.close()
|
||||
},
|
||||
two: {
|
||||
icon: '<i class="fas fa-times"></i>',
|
||||
|
@ -38,6 +38,11 @@
|
||||
<span class="stat-label flexrow status-col-name" name="activated-nrg">
|
||||
<input type="text" class="padd-right status-small-label no-grow" name="data.nrg.activated" value="{{data.nrg.activated}}" data-dtype="Number"/>
|
||||
</span>
|
||||
<span class="padd-right status-small-label no-grow">
|
||||
<a class="current-nrg--plus plus-minus-button">+</a>
|
||||
<a class="current-nrg--minus plus-minus-button"> -</a>
|
||||
</span>
|
||||
|
||||
<!--<span class="stat-label flexrow status-col-name" name="momentum">
|
||||
<label class="status-small-label flexrow"><strong>
|
||||
<a class="stat-icon lock-unlock-sheet">{{#if editScore}}Lock{{else}}Unlock{{/if}}</a>
|
||||
|
Loading…
Reference in New Issue
Block a user