From 2a1d6f03a22dbcda0914e33c59645fa917d6a126 Mon Sep 17 00:00:00 2001 From: Brandon Myers Date: Thu, 9 Nov 2017 13:13:30 -0600 Subject: [PATCH] Rename sso dashboard plugin to geomodel dashboard --- alerts/plugins/{sso_dashboard.json => dashboard_geomodel.json} | 0 alerts/plugins/{sso_dashboard.py => dashboard_geomodel.py} | 0 .../plugins/{test_sso_dashboard.py => test_dashboard_geomodel.py} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename alerts/plugins/{sso_dashboard.json => dashboard_geomodel.json} (100%) rename alerts/plugins/{sso_dashboard.py => dashboard_geomodel.py} (100%) rename tests/alerts/plugins/{test_sso_dashboard.py => test_dashboard_geomodel.py} (100%) diff --git a/alerts/plugins/sso_dashboard.json b/alerts/plugins/dashboard_geomodel.json similarity index 100% rename from alerts/plugins/sso_dashboard.json rename to alerts/plugins/dashboard_geomodel.json diff --git a/alerts/plugins/sso_dashboard.py b/alerts/plugins/dashboard_geomodel.py similarity index 100% rename from alerts/plugins/sso_dashboard.py rename to alerts/plugins/dashboard_geomodel.py diff --git a/tests/alerts/plugins/test_sso_dashboard.py b/tests/alerts/plugins/test_dashboard_geomodel.py similarity index 100% rename from tests/alerts/plugins/test_sso_dashboard.py rename to tests/alerts/plugins/test_dashboard_geomodel.py