Commit 3ea9dfa6 authored by Leo Iannacone's avatar Leo Iannacone

added debomatic-webui version

parent 30bd8870
var config = {} var config = {}
config.version = '0.1-b1'
config.host = 'localhost' config.host = 'localhost'
config.port = 3000 config.port = 3000
config.user = 'www-data' // who will run server config.user = 'www-data' // who will run server
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<div id="wrapper" class="container-fluid"> <div id="wrapper" class="container-fluid">
<header id="pageheader" onclick="window.location.href='/'"> <header id="pageheader" onclick="window.location.href='/'">
<h1><%= web.title %></h1> <h1><%= web.title %> <small><%= version %></small></h1>
<p class="lead"><%= web.description %></p> <p class="lead"><%= web.description %></p>
</header> </header>
......
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