Skip to content
Snippets Groups Projects
Commit 7afc1b19 authored by Janis Streib's avatar Janis Streib :owl:
Browse files

ADD: do_refresh_wpa_key as non-optional in macauth

parent 120d4437
No related branches found
No related tags found
No related merge requests found
Pipeline #273793 passed with warnings
......@@ -102,7 +102,7 @@
</template>
<DBEditor object_fq_name="macauth.client" :object_function="db_editor_object_function"
modal_id="dbeditor_macauth" :old_data="db_editor_old_data" :presets="db_editor_presets"
:non_optionals_order="['bcd_name', 'mac_addr', 'description']"
:non_optionals_order="['bcd_name', 'mac_addr', 'description', 'do_refresh_wpa_key']"
:object_title="db_editor_object_title"
></DBEditor>
</Loading>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment