mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-05-07 11:16:41 +02:00
fetch search index change settings
This commit is contained in:
@@ -212,7 +212,9 @@
|
||||
<div class="col-sm-6">
|
||||
<div class="checkbox">
|
||||
<label>
|
||||
<input type="checkbox" ng-model="wp.searchIndex" ng-change="updateSetting(wp, 'search-indexing')">
|
||||
<input type="checkbox"
|
||||
ng-click="updateSetting(wp, 'search-indexing')"
|
||||
ng-checked="wp.searchIndex == 1">
|
||||
Search engine indexing
|
||||
</label>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user