Put features table in about page

pull/1462/head
Chocobozzz 2018-12-05 14:53:13 +01:00
parent 4e74e8032b
commit 56af5222c1
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 37 additions and 28 deletions

View File

@ -1,3 +1,5 @@
<div class="row">
<div class="col-md-12 col-xl-6">
<div i18n class="about-instance-title"> <div i18n class="about-instance-title">
About {{ instanceName }} instance About {{ instanceName }} instance
</div> </div>
@ -37,3 +39,10 @@
User registration is currently not allowed. User registration is currently not allowed.
</div> </div>
</div> </div>
</div>
<div class="col-md-12 col-xl-6">
<label>Features found on this instance</label>
<my-instance-features-table></my-instance-features-table>
</div>
</div>

View File

@ -64,7 +64,7 @@
</form> </form>
<div> <div>
<label for="email" i18n>Features found on this instance</label> <label i18n>Features found on this instance</label>
<my-instance-features-table></my-instance-features-table> <my-instance-features-table></my-instance-features-table>
</div> </div>
</div> </div>