From fd081dcbb38e509389c08f54a026652ad8387fc9 Mon Sep 17 00:00:00 2001 From: Scott Baker <smbaker@gmail.com> Date: Thu, 19 Jun 2014 11:09:00 -0700 Subject: [PATCH] add new dashboard views to initial_data.json --- planetstack/core/fixtures/initial_data.json | 22 +++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/planetstack/core/fixtures/initial_data.json b/planetstack/core/fixtures/initial_data.json index 60e2890..9c10e8a 100644 --- a/planetstack/core/fixtures/initial_data.json +++ b/planetstack/core/fixtures/initial_data.json @@ -76,6 +76,28 @@ "created": "2014-05-20T00:33:52.101Z" } }, +{ + "pk": 8, + "model": "core.dashboardview", + "fields": { + "url": "http://nagiosadmin:letmein@node52.princeton.vicci.org:8088/nagios/cgi-bin/status.cgi?host=all", + "updated": "2014-06-18T00:00:43.149Z", + "enacted": null, + "name": "nagios", + "created": "2014-06-18T00:00:43.149Z" + } +}, +{ + "pk": 9, + "model": "core.dashboardview", + "fields": { + "url": "template:shell", + "updated": "2014-06-19T01:34:07.897Z", + "enacted": null, + "name": "shell", + "created": "2014-06-19T01:34:07.897Z" + } +}, { "pk": 3, "model": "core.service", -- 2.47.0