cloudstack/ui/scripts
Brian Federle 722d8faf17 VPC: Add tier detail view
On click of tier name, show a detail view of the specific tier.

This implemented as follows:

    tiers: {
      detailView: {
        name: 'Tier details',
        tabs: {
          details: {
            title: 'Details',
            fields: [
              { id: { label: 'ID' }},
              {
                name: { label: 'Name' },
                cidr: { label: 'CIDR' }
              }
            ],
            dataProvider: function(args) {
              args.response.success({
                data: args.context.networks[0]
              });
            }
          }
        }
      },
      ...
2012-07-10 16:23:43 -07:00
..
ui multiEdit: Correctly pass context to header fields 2012-07-10 14:54:10 -07:00
ui-custom VPC: Add tier detail view 2012-07-10 16:23:43 -07:00
accounts.js CS-15392: Add error handling to edit user action 2012-07-09 14:54:42 -07:00
cloud.core.callbacks.js cloudstack 3.0 UI - single sign on - provide example code to log out to a different location instead of the login page. 2012-05-07 15:00:07 -07:00
cloudStack.js cloudstack 3.0 UI - fix space problem from a patch 2012-06-27 14:12:21 -07:00
configuration.js cloudstack 3.0 UI - create network offering dialog - when service(s) has VPC Virtual Router as provider, Redundant router capability checkbox is set to unchecked and grayed out. 2012-07-10 11:38:16 -07:00
dashboard.js CS-14110: Show timestamp for general alerts 2012-06-20 14:52:12 -07:00
domains.js CS-13535: Error handling for add domain operation 2012-06-27 16:23:12 -07:00
events.js cloudstack 3.0 UI - Event page, Alert page - implement Refresh button. 2012-04-11 15:39:12 -07:00
globalSettings.js bug 13461: Usage server restart required after some configuration changes. 2012-05-04 11:07:02 +05:30
installWizard.js Switch to Apache license 2012-04-03 04:54:14 -07:00
instanceWizard.js cloudstack 3.0 UI - VPC - tier - add VM - fix a bug that nothing was shown in select network step. 2012-07-09 14:19:54 -07:00
instances.js Fix missing actionFilter causing instance wizard to never complete 2012-06-28 12:29:18 -07:00
lbStickyPolicy.js Switch to Apache license 2012-04-03 04:54:14 -07:00
network.js cloudstack 3.0 UI -IP Address - create LB rule screen - show tier dropdown if coming from VPC secton, hide tier dropdown if coming from Guest Network section. 2012-07-10 15:52:00 -07:00
projects.js CS-14737: cloudstack 3.0 UI - state column in Volume/Snapshot/Instance/SecondaryStorage/Project page - should display state value as is (i.e. as returned in API call). Shouldn't localize value returned in API call. 2012-05-04 16:36:28 -07:00
sharedFunctions.js cloudstack 3.0 UI: VPC feature - add "Create VPC" dialog. 2012-07-03 16:18:06 -07:00
storage.js CS-14907: Only allow download volume for uploaded volumes 2012-07-02 10:43:07 -07:00
system.js cloudstack 3.0 UI - VPC - infrasture page - network service providers - add "VPC Virtual Router". 2012-07-05 15:53:22 -07:00
templates.js CS-15287 2012-06-26 13:31:37 -07:00
vpc.js VPC: Add tier detail view 2012-07-10 16:23:43 -07:00
zoneWizard.js cloudstack 3.0 UI - VPC - add zone wizard - enable VpcVirtualRouter element, enable VpcVirtualRouter provider for advanced zone. 2012-07-05 15:53:21 -07:00