UI: marking deprecated DB engines (#4364)

This commit is contained in:
Andrei Burd 2018-04-16 04:53:40 +03:00 committed by Matthew Irish
parent 56addaf97c
commit 7b58f07b06
1 changed files with 3 additions and 3 deletions

View File

@ -8,13 +8,13 @@ const { computed } = Ember;
export default Ember.Controller.extend({
mountTypes: [
{ label: 'AWS', value: 'aws' },
{ label: 'Cassandra', value: 'cassandra' },
{ label: 'Cassandra', value: 'cassandra', deprecated: true },
{ label: 'Consul', value: 'consul' },
{ label: 'Databases', value: 'database' },
{ label: 'Google Cloud', value: 'gcp' },
{ label: 'KV', value: 'kv' },
{ label: 'MongoDB', value: 'mongodb' },
{ label: 'MS SQL', value: 'mssql', deprecated: true },
{ label: 'MongoDB', value: 'mongodb', deprecated: true },
{ label: 'MSSQL', value: 'mssql', deprecated: true },
{ label: 'MySQL', value: 'mysql', deprecated: true },
{ label: 'Nomad', value: 'nomad' },
{ label: 'PKI', value: 'pki' },