Skip to content

Commit

Permalink
Update URL for Override Edits
Browse files Browse the repository at this point in the history
Suricata's link to the config section for it's variables has now been updated for both new overrides and editting overrides.
  • Loading branch information
coreyogburn committed Jun 21, 2024
1 parent bb3cf34 commit 3310c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1496,7 +1496,7 @@ <h3 class="text--primary">{{ i18n.commentAddDetection }}</h3>
<v-text-field id="override-ip-edit" ref="override-ip" hide-details="auto" outlined v-model="item.ip" :rules="[rules.required, rules.cidrFormat]"
persistent-hint :hint="i18n.ipCidr" v-on:keyup.enter="isFieldValid('override-ip') && stopOverrideEdit(true)" v-on:keyup.esc="stopOverrideEdit(false)" data-aid="detection_override_suppress_ip_input">
<template v-slot:append-outer>
<router-link :to="{ name: 'config', query: { s: 'suricata.config.vars' }}" target="_blank" data-aid="override_ip_edit_config_shortcut">
<router-link :to="{ name: 'config', query: { s: 'suricata.config.vars', a: '1', e: '1' }}" target="_blank" data-aid="override_ip_edit_config_shortcut">
<v-icon>fa fa-gear</v-icon>
</router-link>
</template>
Expand Down

0 comments on commit 3310c4f

Please sign in to comment.