-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] New IHM : root network #2457
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: souissimai <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
license-eye has totally checked 708 files.
Valid | Invalid | Ignored | Fixed |
---|---|---|---|
660 | 2 | 46 | 0 |
Click to see the invalid file list
- src/components/dialogs/import-case-dialog.tsx
- src/components/left-drawer.jsx
@@ -0,0 +1,40 @@ | |||
import { useIntl } from 'react-intl'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
import { useIntl } from 'react-intl'; | |
/* | |
* This Source Code Form is subject to the terms of the Mozilla Public | |
* License, v. 2.0. If a copy of the MPL was not distributed with this | |
* file, You can obtain one at https://mozilla.org/MPL/2.0/. | |
*/ | |
import { useIntl } from 'react-intl'; |
…ndpoints Signed-off-by: LE SAULNIER Kevin <[email protected]>
Signed-off-by: souissimai <[email protected]>
Signed-off-by: souissimai <[email protected]>
Signed-off-by: LE SAULNIER Kevin <[email protected]>
Signed-off-by: souissimai <[email protected]>
Signed-off-by: LE SAULNIER Kevin <[email protected]>
Signed-off-by: souissimai <[email protected]>
Signed-off-by: souissimai <[email protected]>
Signed-off-by: souissimai <[email protected]>
Signed-off-by: LE SAULNIER Kevin <[email protected]>
…etwork uuid Signed-off-by: souissimai <[email protected]>
Signed-off-by: LE SAULNIER Kevin <[email protected]>
Signed-off-by: LE SAULNIER Kevin <[email protected]>
Signed-off-by: souissimai <[email protected]>
Signed-off-by: souissimai <[email protected]>
Signed-off-by: souissimai <[email protected]>
Signed-off-by: souissimai <[email protected]>
Signed-off-by: souissimai <[email protected]>
Signed-off-by: souissimai <[email protected]>
Signed-off-by: souissimai <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
license-eye has totally checked 723 files.
Valid | Invalid | Ignored | Fixed |
---|---|---|---|
674 | 3 | 46 | 0 |
Click to see the invalid file list
- src/components/dialogs/import-case-dialog.tsx
- src/components/dialogs/root-network-creation-dialog.tsx
- src/components/root-network-panel.tsx
@@ -0,0 +1,217 @@ | |||
import { FormattedMessage, useIntl } from 'react-intl'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
import { FormattedMessage, useIntl } from 'react-intl'; | |
/* | |
* This Source Code Form is subject to the terms of the Mozilla Public | |
* License, v. 2.0. If a copy of the MPL was not distributed with this | |
* file, You can obtain one at https://mozilla.org/MPL/2.0/. | |
*/ | |
import { FormattedMessage, useIntl } from 'react-intl'; |
@@ -0,0 +1,42 @@ | |||
import React, { FunctionComponent } from 'react'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
import React, { FunctionComponent } from 'react'; | |
/* | |
* This Source Code Form is subject to the terms of the Mozilla Public | |
* License, v. 2.0. If a copy of the MPL was not distributed with this | |
* file, You can obtain one at https://mozilla.org/MPL/2.0/. | |
*/ | |
import React, { FunctionComponent } from 'react'; |
@@ -0,0 +1,217 @@ | |||
import { FormattedMessage, useIntl } from 'react-intl'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
import { FormattedMessage, useIntl } from 'react-intl'; | |
/* | |
* This Source Code Form is subject to the terms of the Mozilla Public | |
* License, v. 2.0. If a copy of the MPL was not distributed with this | |
* file, You can obtain one at https://mozilla.org/MPL/2.0/. | |
*/ | |
import { FormattedMessage, useIntl } from 'react-intl'; |
@@ -0,0 +1,42 @@ | |||
import React, { FunctionComponent } from 'react'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
import React, { FunctionComponent } from 'react'; | |
/* | |
* This Source Code Form is subject to the terms of the Mozilla Public | |
* License, v. 2.0. If a copy of the MPL was not distributed with this | |
* file, You can obtain one at https://mozilla.org/MPL/2.0/. | |
*/ | |
import React, { FunctionComponent } from 'react'; |
No description provided.