-
nmap Scans
+
Nmap Scans
+
-
+
+
+
+
',
//schedulerLicenseKey: 'CC-Attribution-NonCommercial-NoDerivatives',
schedulerLicenseKey: 'GPL-My-Project-Is-Open-Source',
@@ -216,7 +220,7 @@ function initializeCalendar () {
timelineYear: {
type : 'timeline',
duration : { year: 1 },
- buttonText : 'year',
+ buttonText : '',
slotLabelFormat : 'MMM',
// Hack to show partial day events not as fullday events
slotDuration : {minutes: 44641}
@@ -225,7 +229,7 @@ function initializeCalendar () {
timelineQuarter: {
type : 'timeline',
duration : { month: 3 },
- buttonText : 'quarter',
+ buttonText : '',
slotLabelFormat : 'MMM',
// Hack to show partial day events not as fullday events
slotDuration : {minutes: 44641}
@@ -234,7 +238,7 @@ function initializeCalendar () {
timelineMonth: {
type : 'timeline',
duration : { month: 1 },
- buttonText : 'month',
+ buttonText : '',
slotLabelFormat : 'D',
// Hack to show partial day events not as fullday events
slotDuration : '24:00:01'
@@ -243,7 +247,7 @@ function initializeCalendar () {
timelineWeek: {
type : 'timeline',
duration : { week: 1 },
- buttonText : 'week',
+ buttonText : '',
slotLabelFormat : 'D',
slotDuration : '24:00:01'
}
@@ -321,13 +325,13 @@ function getDevicesPresence (status) {
// Defini color & title for the status selected
switch (deviceStatus) {
- case 'all': tableTitle = 'All Devices'; color = 'aqua'; break;
- case 'connected': tableTitle = 'Connected Devices'; color = 'green'; break;
- case 'favorites': tableTitle = 'Favorites'; color = 'yellow'; break;
- case 'new': tableTitle = 'New Devices'; color = 'yellow'; break;
- case 'down': tableTitle = 'Down Alerts'; color = 'red'; break;
- case 'archived': tableTitle = 'Archived Devices'; color = 'gray'; break;
- default: tableTitle = 'Devices'; color = 'gray'; break;
+ case 'all': tableTitle = ''; color = 'aqua'; break;
+ case 'connected': tableTitle = ''; color = 'green'; break;
+ case 'favorites': tableTitle = ''; color = 'yellow'; break;
+ case 'new': tableTitle = ''; color = 'yellow'; break;
+ case 'down': tableTitle = ''; color = 'red'; break;
+ case 'archived': tableTitle = ''; color = 'gray'; break;
+ default: tableTitle = ''; color = 'gray'; break;
}
// Set title and color