Skip to content

swi2 2018 utery

Martin Hradil edited this page Mar 12, 2018 · 4 revisions

old angular -> component:

  • keyPairCloudFormController
    app/views/auth_key_pair_cloud/_form.html.haml
    Compute -> Cloud -> Key Pairs -> Configuration

  • cloudNetworkFormController
    app/views/cloud_network/change.html.haml
    Network -> Networks -> Configuration

  • cloudSubnetFormController
    app/views/cloud_subnet/new.html.haml
    app/views/cloud_subnet/edit.html.haml
    Network -> Subnets -> Configuration

  • cloudTenantFormController
    app/views/cloud_tenant/new.html.haml
    app/views/cloud_tenant/edit.html.haml
    Compute -> Cloud -> Tenants -> Configuration

  • cloudVolumeFormController
    app/views/cloud_volume/backup_select.html.haml
    app/views/cloud_volume/snapshot_new.html.haml
    app/views/cloud_volume/edit.html.haml
    app/views/cloud_volume/new.html.haml
    app/views/cloud_volume/detach.html.haml
    app/views/cloud_volume/attach.html.haml
    app/views/cloud_volume/backup_new.html.haml
    Storage -> Block Storage -> Volumes -> Configuration

  • cloudVolumeBackupFormController
    app/views/cloud_volume_backup/volume_select.html.haml
    Storage -> Block Storage -> Volume Backups

  • emsKeypairController app/views/layouts/angular-bootstrap/_auth_keypair_angular_bootstrap.html.haml
    Compute -> Cloud -> Key Pairs -> Configuration

  • flavorFormController
    app/views/flavor/_flavor_form.html.haml
    Compute -> Cloud -> Flavors -> Configuration

  • floatingIpFormController
    app/views/floating_ip/new.html.haml
    app/views/floating_ip/edit.haml
    Networks -> Floating IPs -> Configuration

  • networkRouterFormController
    app/views/network_router/add_interface_select.html.haml
    app/views/network_router/_common_new_edit.haml
    app/views/network_router/remove_interface_select.html.haml
    Networks -> Network Routers -> Configuration

  • diagnosticsDatabaseFormController
    app/views/ops/_diagnostics_database_tab.html.haml
    Administrator -> Configuration -> Diagnostics-> Region -> Database

  • logCollectionFormController
    app/views/ops/_log_collection.html.haml
    Administrator -> Configuration -> Diagnostics-> Server -> Collect Logs -> Edit

  • ownershipFormController
    app/views/shared/views/_ownership.html.haml
    services -> My Services -> choose one -> Configuration -> Set Ownership

  • retirementFormController
    app/views/shared/views/_retire.html.haml
    services -> My Services -> choose one -> Lifecycle -> Set Retirement …

  • securityGroupFormController
    app/views/security_group/new.html.haml
    app/views/security_group/edit.html.haml
    Network -> Security group

  • serviceFormController
    app/views/service/_service_form.html.haml
    Services -> My Services -> choose one -> Configuration -> Edit this Service

  • vmCloudEvacuateFormController
    app/views/vm_common/_evacuate.html.haml
    Compute -> Cloud -> Instances -> choose one -> Lifecycle -> Evacuate …

  • vmCloudLiveMigrateFormController
    app/views/vm_common/_live_migrate.html.haml
    Compute -> Cloud -> Instances -> choose one -> Lifecycle -> Migrate …

  • vmCloudResizeFormController
    app/views/vm_common/_resize.html.haml
    Compute -> Cloud -> Instances -> check one -> Configuration -> Reconfigure selected Instance

Clone this wiki locally