diff --git a/libs/web/luasrc/view/cbi/footer.htm b/libs/web/luasrc/view/cbi/footer.htm
index ef6776114b..2c34028e58 100644
--- a/libs/web/luasrc/view/cbi/footer.htm
+++ b/libs/web/luasrc/view/cbi/footer.htm
@@ -9,11 +9,15 @@
<% if flow.skip then %>
<% end %>
- <% if not autoapply then %>
+ <% if not autoapply and not flow.hideapplybtn then %>
<% end %>
-
-
+ <% if not flow.hidesavebtn then %>
+
+ <% end %>
+ <% if not flow.hideresetbtn then %>
+
+ <% end %>