diff options
author | Guillaume Jambet <guillaume.jambet@sonarsource.com> | 2018-02-07 11:35:25 +0100 |
---|---|---|
committer | Guillaume Jambet <guillaume.jambet@gmail.com> | 2018-03-01 15:21:05 +0100 |
commit | 67ac2e4220a7ce34533d1c14c8f5f9652c37e08f (patch) | |
tree | 8a4426be4a50be44f7d5cfec6a697cc4392dad60 /server/sonar-web/src/main/js | |
parent | fd1ca855caea58c6310c7f19710f223987630e6a (diff) | |
download | sonarqube-67ac2e4220a7ce34533d1c14c8f5f9652c37e08f.tar.gz sonarqube-67ac2e4220a7ce34533d1c14c8f5f9652c37e08f.zip |
SONAR-10345 Add Webhooks creation ws
Diffstat (limited to 'server/sonar-web/src/main/js')
-rw-r--r-- | server/sonar-web/src/main/js/components/icons-components/AlertSuccessIcon.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/components/icons-components/AlertSuccessIcon.tsx b/server/sonar-web/src/main/js/components/icons-components/AlertSuccessIcon.tsx index 432461ad528..c0eadf86144 100644 --- a/server/sonar-web/src/main/js/components/icons-components/AlertSuccessIcon.tsx +++ b/server/sonar-web/src/main/js/components/icons-components/AlertSuccessIcon.tsx @@ -18,8 +18,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ import * as React from 'react'; -import * as theme from '../../app/theme'; import { IconProps } from './types'; +import * as theme from '../../app/theme'; export default function AlertSuccessIcon({ className, fill = theme.green, size = 16 }: IconProps) { return ( |