diff --git a/pandora/0xdb.jsonc b/pandora/0xdb.jsonc index f79b1ee9..2c2dfca4 100644 --- a/pandora/0xdb.jsonc +++ b/pandora/0xdb.jsonc @@ -559,10 +559,10 @@ }, "itemViews": [ {"id": "info", "title": "Info"}, - {"id": "clips", "title": "Clips"}, - {"id": "timeline", "title": "Timeline"}, {"id": "player", "title": "Player"}, {"id": "editor", "title": "Editor"}, + {"id": "timeline", "title": "Timeline"}, + {"id": "clips", "title": "Clips"}, {"id": "map", "title": "Map"}, {"id": "calendar", "title": "Calendar"}, {"id": "data", "title": "Data"}, @@ -604,8 +604,8 @@ {"id": "list", "title": "as List"}, {"id": "grid", "title": "as Grid"}, //{"id": "info", "title": "with Info"}, - {"id": "clips", "title": "with Clips"}, {"id": "timelines", "title": "with Timelines"}, + {"id": "clips", "title": "with Clips"}, //{"id": "maps", "title": "with Maps"}, //{"id": "calendars", "title": "with Calendars"}, {"id": "clip", "title": "as Clips"}, diff --git a/pandora/padma.jsonc b/pandora/padma.jsonc index c833a1f4..5766c3ae 100644 --- a/pandora/padma.jsonc +++ b/pandora/padma.jsonc @@ -473,10 +473,10 @@ }, "itemViews": [ {"id": "info", "title": "Info"}, - {"id": "clips", "title": "Clips"}, - {"id": "timeline", "title": "Timeline"}, {"id": "player", "title": "Player"}, {"id": "editor", "title": "Editor"}, + {"id": "timeline", "title": "Timeline"}, + {"id": "clips", "title": "Clips"}, {"id": "map", "title": "Map"}, {"id": "calendar", "title": "Calendar"}, {"id": "data", "title": "Data"}, @@ -528,8 +528,8 @@ {"id": "list", "title": "as List"}, {"id": "grid", "title": "as Grid"}, //{"id": "info", "title": "with Info"}, - {"id": "clips", "title": "with Clips"}, {"id": "timelines", "title": "with Timelines"}, + {"id": "clips", "title": "with Clips"}, //{"id": "maps", "title": "with Maps"}, //{"id": "calendars", "title": "with Calendars"}, {"id": "clip", "title": "as Clips"},