Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
Flask_databasemigration
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Masarath Fatima
Flask_databasemigration
Commits
606889b5
Commit
606889b5
authored
Jan 27, 2022
by
Masarath Fatima
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete index.html
parent
2f7f5993
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
48 deletions
+0
-48
index.html
...semigrations/flaskdatabasemigrations/templates/index.html
+0
-48
No files found.
flaskdatabasemigrations/flaskdatabasemigrations/templates/index.html
deleted
100644 → 0
View file @
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 %}-->
<!--<!–{% block title %}–>-->
<!--<!–dbmigration–>-->
<!--<!–{% endblock %}–>-->
<!--{% block content %}-->
<!--<h2 style="text-align:center;">FLASK DATABASE MIGRATIONS</h2>-->
<!--<!– <div style="position: relative;display: inline-block;">–>-->
<!--<!– <button onclick="myFunction()";style="background-color: #04AA6D;color: white; padding: 16px;font-size: 16px;">SERVERS–>-->
<!--<!– <i class="fa fa-caret-down"></i>–>-->
<!--<!– </button>–>-->
<!--<!– <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;">–>-->
<!--<!– <a style="color: black,padding: 12px 16px;text-decoration: none;display: block";"href="#">MY SQL</a>–>-->
<!--<!– <a style="color: black,padding: 12px 16px;text-decoration: none;display: block";"href="#">POSTGRES</a>–>-->
<!--<!– <a style="color: black,padding: 12px 16px;text-decoration: none;display: block";"href="#">SQL SERVER</a>–>-->
<!--<!– </div>–>-->
<!--<!– </div>–>-->
<!--<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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment