Browse Source

Formatting.

pull/380/head
Sebastian Stehle 7 years ago
parent
commit
c2c3ff7374
  1. 3
      src/Squidex/app/shared/services/rules.service.ts

3
src/Squidex/app/shared/services/rules.service.ts

@ -41,7 +41,8 @@ export const ALL_TRIGGERS = {
description: 'When a schema definition has been created, updated, published or deleted...', description: 'When a schema definition has been created, updated, published or deleted...',
display: 'Schema changed', display: 'Schema changed',
iconColor: '#3389ff', iconColor: '#3389ff',
iconCode: 'schemas'}, iconCode: 'schemas'
},
'Usage': { 'Usage': {
description: 'When monthly API calls exceed a specified limit for one time a month...', description: 'When monthly API calls exceed a specified limit for one time a month...',
display: 'Usage exceeded', display: 'Usage exceeded',

Loading…
Cancel
Save