Various fixes and ehnagcements

This commit is contained in:
sladecraven 2022-08-01 21:38:42 +02:00
parent 39609cda65
commit 6479996312
2 changed files with 6 additions and 1 deletions

View File

@ -718,7 +718,7 @@ export class PegasusUtility {
one: { one: {
icon: '<i class="fas fa-check"></i>', icon: '<i class="fas fa-check"></i>',
label: "Cancel", label: "Cancel",
callback: () => this.close() callback: () => d.close()
}, },
two: { two: {
icon: '<i class="fas fa-times"></i>', icon: '<i class="fas fa-times"></i>',

View File

@ -38,6 +38,11 @@
<span class="stat-label flexrow status-col-name" name="activated-nrg"> <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"/> <input type="text" class="padd-right status-small-label no-grow" name="data.nrg.activated" value="{{data.nrg.activated}}" data-dtype="Number"/>
</span> </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">&nbsp;-</a>
</span>
<!--<span class="stat-label flexrow status-col-name" name="momentum"> <!--<span class="stat-label flexrow status-col-name" name="momentum">
<label class="status-small-label flexrow"><strong> <label class="status-small-label flexrow"><strong>
<a class="stat-icon lock-unlock-sheet">{{#if editScore}}Lock{{else}}Unlock{{/if}}</a> <a class="stat-icon lock-unlock-sheet">{{#if editScore}}Lock{{else}}Unlock{{/if}}</a>