mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-08 19:50:05 +01:00
11 lines
373 B
HTML
11 lines
373 B
HTML
|
<div class="switch-pane">
|
||
|
<span>
|
||
|
<navigation-admin-options target="vm.target"></navigation-admin-options>
|
||
|
</span>
|
||
|
</div>
|
||
|
<div class="pane project-pane">
|
||
|
<destination ng-if="vm.target === 'destinations'"></destination>
|
||
|
<replication ng-if="vm.target === 'replication'"></replication>
|
||
|
<configuration ng-if="vm.target === 'configuration'"></configuration>
|
||
|
</div>
|