aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/users-1.json
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/users-1.json')
-rw-r--r--framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/users-1.json44
1 files changed, 0 insertions, 44 deletions
diff --git a/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/users-1.json b/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/users-1.json
deleted file mode 100644
index f33625ca..00000000
--- a/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/users-1.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "users": [
- {
- "id": 1,
- "name": "Mom's MacBook",
- "mac": "010203040506",
- "profile": {
- "url_filter": {
- "level": "R"
- }
- }
- },
- {
- "id": 2,
- "name": "Dad's iPad",
- "mac": "010203040507",
- "profile": {
- "url_filter": {
- "level": "R"
- }
- }
- },
- {
- "id": 3,
- "name": "Dick's laptop",
- "mac": "010203040508",
- "profile": {
- "url_filter": {
- "level": "PG_13"
- }
- }
- },
- {
- "id": 4,
- "name": "Jane's laptop",
- "mac": "010203040509",
- "profile": {
- "url_filter": {
- "level": "PG"
- }
- }
- }
- ]
-}