Commit 9cd64616 authored by pfeldman@chromium.org's avatar pfeldman@chromium.org

DevTools: make console the second tab.

Review URL: https://codereview.chromium.org/1305353008

git-svn-id: svn://svn.chromium.org/blink/trunk@201754 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent efab2365
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"type": "@WebInspector.PanelFactory", "type": "@WebInspector.PanelFactory",
"name": "audits", "name": "audits",
"title": "Audits", "title": "Audits",
"order": 6, "order": 90,
"className": "WebInspector.AuditsPanelFactory" "className": "WebInspector.AuditsPanelFactory"
} }
], ],
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"type": "@WebInspector.PanelFactory", "type": "@WebInspector.PanelFactory",
"name": "elements", "name": "elements",
"title": "Elements", "title": "Elements",
"order": 0, "order": 10,
"className": "WebInspector.ElementsPanelFactory" "className": "WebInspector.ElementsPanelFactory"
}, },
{ {
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"type": "@WebInspector.PanelFactory", "type": "@WebInspector.PanelFactory",
"name": "layers", "name": "layers",
"title": "Layers", "title": "Layers",
"order": 7, "order": 100,
"className": "WebInspector.LayersPanelFactory" "className": "WebInspector.LayersPanelFactory"
}, },
{ {
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"type": "@WebInspector.PanelFactory", "type": "@WebInspector.PanelFactory",
"name": "network", "name": "network",
"title": "Network", "title": "Network",
"order": 1, "order": 40,
"className": "WebInspector.NetworkPanelFactory" "className": "WebInspector.NetworkPanelFactory"
}, },
{ {
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"type": "@WebInspector.PanelFactory", "type": "@WebInspector.PanelFactory",
"name": "profiles", "name": "profiles",
"title": "Profiles", "title": "Profiles",
"order": 4, "order": 60,
"className": "WebInspector.ProfilesPanelFactory" "className": "WebInspector.ProfilesPanelFactory"
}, },
{ {
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"type": "@WebInspector.PanelFactory", "type": "@WebInspector.PanelFactory",
"name": "resources", "name": "resources",
"title": "Resources", "title": "Resources",
"order": 5, "order": 70,
"className": "WebInspector.ResourcesPanelFactory" "className": "WebInspector.ResourcesPanelFactory"
}, },
{ {
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"type": "@WebInspector.PanelFactory", "type": "@WebInspector.PanelFactory",
"name": "security", "name": "security",
"title": "Security", "title": "Security",
"order": 7, "order": 80,
"className": "WebInspector.SecurityPanelFactory" "className": "WebInspector.SecurityPanelFactory"
} }
], ],
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"type": "@WebInspector.PanelFactory", "type": "@WebInspector.PanelFactory",
"name": "sources", "name": "sources",
"title": "Sources", "title": "Sources",
"order": 2, "order": 30,
"className": "WebInspector.SourcesPanelFactory" "className": "WebInspector.SourcesPanelFactory"
}, },
{ {
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"type": "@WebInspector.PanelFactory", "type": "@WebInspector.PanelFactory",
"name": "timeline", "name": "timeline",
"title": "Timeline", "title": "Timeline",
"order": 3, "order": 50,
"className": "WebInspector.TimelinePanelFactory" "className": "WebInspector.TimelinePanelFactory"
}, },
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment