rename hostsTable
This commit is contained in:
parent
b3b9db4aa7
commit
4b3634dc67
@ -11,7 +11,7 @@ $presets = [
|
|||||||
'-PS' => 'microsoft-ds',
|
'-PS' => 'microsoft-ds',
|
||||||
'-F' => true,
|
'-F' => true,
|
||||||
'-T5' => true,
|
'-T5' => true,
|
||||||
'--stylesheet' => "$BASEDIR/lanScan.xsl",
|
'--stylesheet' => "$BASEDIR/xslt/hostsTable.xsl",
|
||||||
'refreshPeriod' => 60,
|
'refreshPeriod' => 60,
|
||||||
'sudo' => false,
|
'sudo' => false,
|
||||||
],
|
],
|
||||||
@ -20,7 +20,7 @@ $presets = [
|
|||||||
'-F' => true,
|
'-F' => true,
|
||||||
'-sV' => true,
|
'-sV' => true,
|
||||||
'-T5' => true,
|
'-T5' => true,
|
||||||
'--stylesheet' => "$BASEDIR/servicesDetails.xsl",
|
'--stylesheet' => "$BASEDIR/xslt/servicesTable.xsl",
|
||||||
'refreshPeriod' => 60,
|
'refreshPeriod' => 60,
|
||||||
'sudo' => false,
|
'sudo' => false,
|
||||||
],
|
],
|
||||||
|
@ -9,7 +9,7 @@ $presets = [
|
|||||||
'-PS' => 'microsoft-ds',
|
'-PS' => 'microsoft-ds',
|
||||||
'-F' => true,
|
'-F' => true,
|
||||||
'-T5' => true,
|
'-T5' => true,
|
||||||
'--stylesheet' => "$BASEDIR/xslt/lanTable.xsl",
|
'--stylesheet' => "$BASEDIR/xslt/hostsTable.xsl",
|
||||||
'refreshPeriod' => 60,
|
'refreshPeriod' => 60,
|
||||||
'sudo' => false,
|
'sudo' => false,
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user