Add wns tab for Bot Factories.

This commit is contained in:
egorgripasov 2020-07-20 11:24:33 -04:00
parent c2d84eef87
commit a4c36959f0

View File

@ -30,6 +30,7 @@ const types = [
{ key: 'wrn:service', label: 'Service' }, { key: 'wrn:service', label: 'Service' },
{ key: 'wrn:app', label: 'App' }, { key: 'wrn:app', label: 'App' },
{ key: 'wrn:bot', label: 'Bot' }, { key: 'wrn:bot', label: 'Bot' },
{ key: 'wrn:bot-factory', label: 'Bot Factory' },
{ key: 'wrn:type', label: 'Type' } { key: 'wrn:type', label: 'Type' }
]; ];