Commit 606889b5 authored by Masarath Fatima's avatar Masarath Fatima

Delete index.html

parent 2f7f5993
<form class="form-inline" method="POST" action="{{ url_for('test') }}">
<div class="form-group">
<div class="input-group">
<span class="input-group-addon">Select SERVER</span>
<select name="comp_select" class="selectpicker form-control">
{% for o in data %}
<option value="{{ o.name }}">{{ o.name }}</option>
{% endfor %}
</select>
</div>
<button type="submit" class="btn btn-default">Go</button>
</div>
</form>
<!--{% block styles %}-->
<!-- <style>-->
<!-- body { background: #fcfce6; }-->
<!-- </style>-->
<!--{% endblock %}-->
<!--&lt;!&ndash;{% block title %}&ndash;&gt;-->
<!--&lt;!&ndash;dbmigration&ndash;&gt;-->
<!--&lt;!&ndash;{% endblock %}&ndash;&gt;-->
<!--{% block content %}-->
<!--<h2 style="text-align:center;">FLASK DATABASE MIGRATIONS</h2>-->
<!--&lt;!&ndash; <div style="position: relative;display: inline-block;">&ndash;&gt;-->
<!--&lt;!&ndash; <button onclick="myFunction()";style="background-color: #04AA6D;color: white; padding: 16px;font-size: 16px;">SERVERS&ndash;&gt;-->
<!--&lt;!&ndash; <i class="fa fa-caret-down"></i>&ndash;&gt;-->
<!--&lt;!&ndash; </button>&ndash;&gt;-->
<!--&lt;!&ndash; <div style="display: none;position: absolute; background-color: #f1f1f1; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);z-index: 1;">&ndash;&gt;-->
<!--&lt;!&ndash; <a style="color: black,padding: 12px 16px;text-decoration: none;display: block";"href="#">MY SQL</a>&ndash;&gt;-->
<!--&lt;!&ndash; <a style="color: black,padding: 12px 16px;text-decoration: none;display: block";"href="#">POSTGRES</a>&ndash;&gt;-->
<!--&lt;!&ndash; <a style="color: black,padding: 12px 16px;text-decoration: none;display: block";"href="#">SQL SERVER</a>&ndash;&gt;-->
<!--&lt;!&ndash; </div>&ndash;&gt;-->
<!--&lt;!&ndash; </div>&ndash;&gt;-->
<!--<select name = "SERVERS">-->
<!-- <button class="btn btn-secondary dropdown-toggle" type="button" data-bs-toggle="dropdown">SERVERS</button>-->
<!--<option value = "my" >MY SQL</option>-->
<!--<option value = "post">POSTGRES</option>-->
<!--<option value = "sql" >SQL SERVER</option>-->
<!--</select>-->
<!--{% endblock %}-->
\ No newline at end of file
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