Put features table in about page
This commit is contained in:
parent
4e74e8032b
commit
56af5222c1
|
@ -1,3 +1,5 @@
|
|||
<div class="row">
|
||||
<div class="col-md-12 col-xl-6">
|
||||
<div i18n class="about-instance-title">
|
||||
About {{ instanceName }} instance
|
||||
</div>
|
||||
|
@ -37,3 +39,10 @@
|
|||
User registration is currently not allowed.
|
||||
</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>
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
</form>
|
||||
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue