Add the mesh_visualizer resource to awxkit

This commit is contained in:
Jeff Bradberry
2022-01-13 15:01:54 -05:00
parent dea5fd1a9d
commit 8c33d0ecbd
4 changed files with 14 additions and 2 deletions

View File

@@ -116,6 +116,7 @@ class Resources(object):
_labels = 'labels/'
_me = 'me/'
_metrics = 'metrics/'
_mesh_visualizer = 'mesh_visualizer/'
_notification = r'notifications/\d+/'
_notification_template = r'notification_templates/\d+/'
_notification_template_any = r'\w+/\d+/notification_templates_any/\d+/'