-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #41 from jocafamaka/developing
Realease v2.1.0 (final)
- Loading branch information
Showing
79 changed files
with
600 additions
and
334 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,6 @@ tests/ | |
features/ | ||
storage/ | ||
*.old | ||
cache/*.php | ||
cache/*.php | ||
.vs/ | ||
custom_icons.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.0.0 | ||
2.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
{ | ||
"// READ": "For this to work make the necessary changes, rename this file to custom_icons.json and then you can delete all the lines starting with '//' and examples", | ||
|
||
"// DOCS: Dynamic icons": "https://github.com/jocafamaka/nagmapReborn/wiki/About-icon-styles#dynamic-icons", | ||
"names": { | ||
"Exact name of a style here (pre-existing or custom)": "THE EXACT NAME OF A HOST", | ||
"Exact name of other style here (pre-existing or custom)": ["THE EXACT NAME OF A HOST 1", "THE EXACT NAME OF A HOST 2"] | ||
}, | ||
|
||
"hostgroups": { | ||
"Exact name of a style here (pre-existing or custom)": "THE EXACT NAME OF A HOSTGROUP", | ||
"Exact name of other style here (pre-existing or custom)": ["THE EXACT NAME OF A HOSTGROUP 1", "THE EXACT NAME OF A HOSTGROUP 2"] | ||
}, | ||
|
||
"// DOCS: Custom styles": "https://github.com/jocafamaka/nagmapReborn/wiki/About-icon-styles", | ||
"styles": { | ||
"some_custom_style": { | ||
"grey": { | ||
"iconUrl": "custom_style_folder/Grey.png", | ||
"iconSize": [29, 43] | ||
}, | ||
"green": { | ||
"iconUrl": "custom_style_folder/Green.png", | ||
"iconSize": [29, 43] | ||
}, | ||
"yellow": { | ||
"iconUrl": "custom_style_folder/Yellow.png", | ||
"iconSize": [29, 43] | ||
}, | ||
"orange": { | ||
"iconUrl": "custom_style_folder/Orange.png", | ||
"iconSize": [29, 43] | ||
}, | ||
"red": { | ||
"iconUrl": "custom_style_folder/Red.png", | ||
"iconSize": [29, 43] | ||
} | ||
}, | ||
"another_custom_style": { | ||
"grey": { | ||
"iconUrl": "another_custom_style_folder/Grey.png", | ||
"iconSize": [29, 43] | ||
}, | ||
"green": { | ||
"iconUrl": "another_custom_style_folder/Green.png", | ||
"iconSize": [29, 43] | ||
}, | ||
"yellow": { | ||
"iconUrl": "another_custom_style_folder/Yellow.png", | ||
"iconSize": [29, 43] | ||
}, | ||
"orange": { | ||
"iconUrl": "another_custom_style_folder/Orange.png", | ||
"iconSize": [29, 43] | ||
}, | ||
"red": { | ||
"iconUrl": "another_custom_style_folder/Red.png", | ||
"iconSize": [29, 43] | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.