Improved template to not be invisible

feature/default_network_editable
Dan Finlay 8 years ago
parent 08ecbcf242
commit f5fa0d3fa5
  1. 3
      ui/app/template.js

@ -21,9 +21,10 @@ COMPONENTNAME.prototype.render = function() {
return (
h('div', {
style: {
display: 'none',
background: 'blue',
}
}, [
'Hello, world!'
])
)
}

Loading…
Cancel
Save