Optional VectorRS is gone

This commit is contained in:
Johannes Zellner
2024-03-01 13:37:41 +01:00
parent 35c5f19eac
commit eadc4fda30
5 changed files with 1 additions and 23 deletions
-9
View File
@@ -30,15 +30,6 @@
<p ng-bind-html="'services.configure.recoveryModeDescription' | tr:{ docsLink: 'https://docs.cloudron.io/troubleshooting/#unresponsive-service' }"></p>
</div>
<div class="form-group" ng-show="serviceConfigure.service.name === 'postgresql'">
<br>
<div class="checkbox">
<label>
<input type="checkbox" ng-model="serviceConfigure.useVectorRsExtension"><b>Run PostgreSQL with VectorRS extension</b></input>
</label>
</div>
</div>
<input class="ng-hide" type="submit" ng-disabled="serviceConfigureForm.$invalid || serviceConfigure.busy"/>
</fieldset>
</form>