Skip to content
Snippets Groups Projects
Commit 6d29ec1e authored by Wes Felter's avatar Wes Felter
Browse files

UI: Make switch list a little prettier while it loads.

(For some reason the switch list takes ~10s to load, and I'm running on
a monster server.)
parent 240abb78
No related branches found
No related tags found
No related merge requests found
......@@ -19,14 +19,14 @@ window.Switch = Backbone.Model.extend({
urlRoot:"/wm/core/switch/",
defaults: {
datapathDescription: '',
hardwareDescription: '',
manufacturerDescription: '',
serialNumber: '',
softwareDescription: '',
flowCount: -1,
packetCount: 0,
byteCount: 0,
datapathDescription: '',
hardwareDescription: '',
manufacturerDescription: '',
serialNumber: '',
softwareDescription: '',
flowCount: ' ',
packetCount: ' ',
byteCount: ' ',
},
initialize:function () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment