diff --git a/databases/redis/src/opnsense/mvc/app/views/OPNsense/Redis/index.volt b/databases/redis/src/opnsense/mvc/app/views/OPNsense/Redis/index.volt index 5dbb4e434..bf0bc4d96 100644 --- a/databases/redis/src/opnsense/mvc/app/views/OPNsense/Redis/index.volt +++ b/databases/redis/src/opnsense/mvc/app/views/OPNsense/Redis/index.volt @@ -6,7 +6,7 @@ # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: - + # # 1. Redistributions of source code must retain the above copyright notice, # this list of conditions and the following disclaimer. # @@ -48,6 +48,8 @@ $( document ).ready(function() { history.pushState(null, null, e.target.hash); }); + $('#save_redis-general-settings').after(''); + // form save event handlers for all defined forms $('[id*="save_"]').each(function(){ $(this).click(function() { @@ -102,5 +104,4 @@ $( document ).ready(function() {
{{ partial("layout_partials/base_tabs_content",['formData':settings]) }} -