Skip to content

Commit

Permalink
Remove 'retired' column in the services list
Browse files Browse the repository at this point in the history
  • Loading branch information
lgalis committed Mar 17, 2017
1 parent ab5f789 commit b077311
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions product/views/Service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ cols:
- name
- description
- created_at
- retired
- v_total_vms
- aggregate_all_vm_cpus
- aggregate_all_vm_memory
Expand All @@ -44,7 +43,6 @@ col_order:
- name
- description
- created_at
- retired
- v_total_vms
- aggregate_all_vm_cpus
- aggregate_all_vm_memory
Expand All @@ -59,7 +57,6 @@ headers:
- Name
- Description
- Created On
- Retired
- Total VMs
- Total CPUs
- Total Memory
Expand All @@ -68,12 +65,6 @@ headers:
- Total VM Disk Space Used
- Total VM Memory on Disk

col_formats:
-
-
-
- :boolean_yes_no

# Condition(s) string for the SQL query
conditions:

Expand Down

0 comments on commit b077311

Please sign in to comment.