Add service templates

This commit is contained in:
Anthony F McInerney
2020-09-14 16:54:07 +01:00
parent 7b55e1bb29
commit 2bed6fa165
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ $no_refresh = true;
if (!Auth::user()->hasGlobalAdmin()) {
include 'includes/html/error-no-perm.inc.php';
} else {
if ($vars['addsrvtp']) {
if ($vars['addsrv-template']) {
if (Auth::user()->hasGlobalAdmin()) {
$updated = '1';
@@ -10,7 +10,7 @@ echo "
<label for='device_group' class='col-sm-2 control-label'>Device Group</label>
<div class='col-sm-5'>
<select name='device_group' class='form-control input-sm'>
$devicesform
$devicegroupsform
</select>
</div>
<div class='col-sm-5'>