mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Add service templates
This commit is contained in:
@@ -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'>
|
||||
|
||||
Reference in New Issue
Block a user