Installer fixes, remove bcmath, fix design (#596)

* Installer cleanup

* Installer design fixes
This commit is contained in:
Nabeel S
2020-02-28 18:00:56 -05:00
committed by GitHub
parent 7e742518bc
commit 2f40f4737c
8 changed files with 47 additions and 18 deletions

View File

@@ -32,7 +32,7 @@
</tr>
<tr>
<td><p>Select Database Type</p></td>
<td><p>Database Type</p></td>
<td style="text-align:center;">
<div class="form-group">
{{ Form::select('db_conn', $db_types, null, ['class' => 'form-control', 'id' => 'db_conn']) }}