File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
nebula/frontend/templates Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -1129,7 +1129,6 @@ <h5 class="step-title">Schema of deployment</h5>
11291129 data [ "attack_params" ] . targeted = document . getElementById ( "targeted" ) . checked ;
11301130 data [ "attack_params" ] . target_label = document . getElementById ( "target_label" ) . value ;
11311131 data [ "attack_params" ] . target_changed_label = document . getElementById ( "target_changed_label" ) . value ;
1132- data [ "attack_params" ] . strength = document . getElementById ( "strength" ) . value ;
11331132 data [ "attack_params" ] . layer_idx = document . getElementById ( "layer_idx" ) . value ;
11341133 data [ "attack_params" ] . delay = document . getElementById ( "delay" ) . value ;
11351134 data [ "attack_params" ] . round_start_attack = document . getElementById ( "start-attack" ) . value
@@ -1247,7 +1246,6 @@ <h5 class="step-title">Schema of deployment</h5>
12471246 document . getElementById ( "targeted" ) . checked = data . attack_params . targeted ;
12481247 document . getElementById ( "target_label" ) . value = data . attack_params . target_label ;
12491248 document . getElementById ( "target_changed_label" ) . value = data . attack_params . target_changed_label ;
1250- document . getElementById ( "strength" ) . value = data . attack_params . strength ;
12511249 document . getElementById ( "layer_idx" ) . value = data . attack_params . layer_idx ;
12521250 document . getElementById ( "delay" ) . value = data . attack_params . delay ;
12531251 document . getElementById ( "start-attack" ) . value = data . attack_params . round_start_attack ;
You can’t perform that action at this time.
0 commit comments