Fixes in scripts
This commit is contained in:
parent
ce92428dea
commit
c7d3f1b1ad
7 changed files with 53 additions and 31 deletions
|
|
@ -18,8 +18,9 @@ ids=json.dumps([server_id])
|
|||
<option value="${v[1]}">${v[0]}</option>
|
||||
|
||||
% endfor
|
||||
</select>
|
||||
<input type="hidden" name="ids" id="ids" value="${ids}"/>
|
||||
</select></p>
|
||||
</p>
|
||||
</div>
|
||||
<p><input type="submit" value="${lang('webservers', 'add_website', 'Add website')}" />
|
||||
</form>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
<%inherit file="dashboard.phtml"/>
|
||||
<%block name="content">
|
||||
<p><a href="${url_for('admin_app.pastafari2_dashboard', task_path='modules/apache/tasks/apache/apache/install_apache.py')}">${_('Add new server')}</a></p>
|
||||
<div id="table_servers">
|
||||
</div>
|
||||
<%block name="jscript_block">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue