1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-23 07:19:41 +02:00

feature(ui): registry access screen EE-3770 (#7332)

This commit is contained in:
Prabhat Khera 2022-08-02 15:32:22 +12:00 committed by GitHub
parent fb3d333453
commit bff9bb7800
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 52 additions and 32 deletions

View file

@ -291,7 +291,7 @@
</tr>
<tr ng-repeat="class in ctrl.StorageClasses">
<td>
<div class="flex-center justify-left">
<div class="flex-center justify-start">
<label class="switch mr-2 mb-0">
<input type="checkbox" ng-model="class.selected" /><span class="slider round" data-cy="kubeSetup-storageToggle{{ class.Name }}"></span>
</label>