Issue 1009: Add new icons of azure monitor

pull/1024/head
Phước Trần 2 months ago
parent 7ccc2ec49e
commit 2f7e61630e

@ -0,0 +1,18 @@
from . import _Azure
class _Monitor(_Azure):
_type = "monitor"
_icon_dir = "resources/azure/monitor"
class Monitor(_Monitor):
_icon = "monitor.png"
class Metrics(_Monitor):
_icon = "metrics.png"
class LogsAnalytics(_Monitor):
_icon = "logs.png"
class ChangeAnalysis(_Monitor):
_icon = "change-analysis.png"

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Loading…
Cancel
Save