mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-01 00:08:53 +02:00
tweaks to ACP plugins page
This commit is contained in:
@@ -18,4 +18,10 @@
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
.plugin-list.ui-sortable {
|
||||
li {
|
||||
.pointer;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -84,7 +84,16 @@
|
||||
<div class="panel-heading">Plugin Search</div>
|
||||
<div class="panel-body">
|
||||
<input class="form-control" type="text" id="plugin-search" placeholder="Search for plugin..."/><br/>
|
||||
<button class="btn btn-default" id="plugin-order">Order Active Plugins</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">Re-order Plugins</div>
|
||||
<div class="panel-body">
|
||||
<button class="btn btn-default btn-block" id="plugin-order"><i class="fa fa-exchange"></i> Order Active Plugins</button>
|
||||
<p class="help-block">
|
||||
Certain plugins work ideally when they are initialised before/after other plugins. You can alter this loading behaviour here.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user