Merge branch 'master' into save_change
[MojoFacets.git] / templates / config / index.html.ep
1 % layout 'default';
2
3 <h1>Configuration</h1>
4
5 <form method=post>
6
7 <h2>Replication</h2>
8 <ul>
9 <li>MASTER <input type=text name=MASTER value="<%= $ENV{MASTER} %>">
10 </ul>
11
12 <input type=submit value="Change">
13 </form>