Skip to content

Commit 73df82f

Browse files
Remove unnecessary div
1 parent 3970b8e commit 73df82f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

deps/rabbitmq_management/priv/www/js/tmpl/feature-flags.ejs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,6 @@ function enable_feature_flag(checkbox, feature_flag) {
332332
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
333333
<path d="M12 15H12.01M12 12V9M4.98207 19H19.0179C20.5615 19 21.5233 17.3256 20.7455 15.9923L13.7276 3.96153C12.9558 2.63852 11.0442 2.63852 10.2724 3.96153L3.25452 15.9923C2.47675 17.3256 3.43849 19 4.98207 19Z" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
334334
</svg>
335-
<div id="ff-exp-dialog">
336335
<h3>Enabling an experimental feature flag</h3>
337336
<p>
338337
<strong>The <code class="ff-name"></code> feature flag is experimental</strong>.
@@ -384,5 +383,4 @@ function enable_feature_flag(checkbox, feature_flag) {
384383
</ol>
385384
<button id="ff-exp-confirm">Enable <span class="ff-name"></span></button>
386385
<button id="ff-exp-cancel">Cancel</button>
387-
</div>
388386
</dialog>

0 commit comments

Comments
 (0)