@@ -687,7 +682,17 @@ if ($act!="new" && $act!="edit") {
=gettext("Common Name"); ?>
=gettext("Tunnel Network");?>
=gettext("Description"); ?>
-
+
+
+
+
+ " class="act_move btn btn-default btn-xs">
+
+
+ " data-toggle="tooltip" class="act_delete btn btn-default btn-xs">
+
+
+
-
-
- =gettext("Additional OpenVPN client specific overrides can be added here.");?>
-
-
- " class="act_move btn btn-default btn-xs">
-
-
- " data-toggle="tooltip" class="act_delete btn btn-default btn-xs">
-
-
-
-
diff --git a/src/www/vpn_openvpn_server.php b/src/www/vpn_openvpn_server.php
index cb7b43172..38641245a 100644
--- a/src/www/vpn_openvpn_server.php
+++ b/src/www/vpn_openvpn_server.php
@@ -433,16 +433,9 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
include("head.inc");
-$main_buttons = array();
-
-if (empty($act)) {
- $main_buttons[] = array('href' => 'vpn_openvpn_server.php?act=new', 'label' => gettext('Add'));
-}
-
legacy_html_escape_form_data($pconfig);
?>
-