add host view: use 50/50 split for form and help
This commit is contained in:
parent
4178e700cd
commit
6fd1bd4da1
@ -3,7 +3,7 @@
|
||||
|
||||
{% block content %}
|
||||
<div class="row">
|
||||
<div class="col-md-4">
|
||||
<div class="col-md-6">
|
||||
<div class="well well-sm">
|
||||
<h3>{% trans "Create a new Host" %}</h3>
|
||||
<form method="post" action="">
|
||||
@ -13,7 +13,7 @@
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-8">
|
||||
<div class="col-md-6">
|
||||
<div class="well well-sm">
|
||||
<h3>{% trans "Help" %}</h3>
|
||||
<p>{% trans "Here you can add new hosts (like routers, PCs, servers, ...)." %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user