Skip to content

Commit

Permalink
Merge pull request #2806 from mitre/remove-visibility
Browse files Browse the repository at this point in the history
Remove operation visibility slider
  • Loading branch information
elegantmoose committed Aug 25, 2023
2 parents 3140411 + 37daa76 commit 3caa3f2
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions templates/operations.html
Expand Up @@ -743,18 +743,6 @@ <h2>Operations</h2>
</p>
</div>
</div>
<div>
<label for="stealth-queue"><span
class="has-tooltip-multiline has-tooltip-top"
x-bind:data-tooltip="usage['Visibility']">Visibility</span></label>
<div class="modal-form-fields">
<input x-model="operationToStart.visibility"
id="stealth-queue"
type="range" value="50" min="1" max="100"
x-on:change.once="toast('The higher the visibility number, the more risk you will take with your operation getting noticed by the defense.', true)">
<span x-text="operationToStart.visibility"></span>
</div>
</div>
</div>
</section>
<footer class="modal-card-foot">
Expand Down

0 comments on commit 3caa3f2

Please sign in to comment.