Skip to content

Commit 75416ea

Browse files
authored
F #6422: Upgrade iconoir-react library to the latest version (#3760)
Signed-off-by: Miguel E. Ruiz <mruiz@opennebula.io>
1 parent f3bb947 commit 75416ea

File tree

60 files changed

+2058
-6323
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+2058
-6323
lines changed

src/fireedge/etc/sunstone/tab-manifest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
- title: Virtual Router Template
8080
path: /vrouter-template/:id
8181
Component: VrTemplateDetail
82-
- title: Create VM group
82+
- title: Create VM group
8383
path: /vm-group/create
8484
Component: CreateVmGroup
8585
- title: VM Groups
@@ -150,7 +150,7 @@
150150
- title: BackupJobs
151151
path: /backupjobs
152152
sidebar: true
153-
icon: ClockOutline
153+
icon: Clock
154154
Component: BackupJobs
155155
- title: BackupJob
156156
path: /backupjobs/:id

src/fireedge/package-lock.json

Lines changed: 1964 additions & 6223 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/fireedge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"http": "0.0.1-security",
101101
"http-proxy-middleware": "1.0.5",
102102
"https": "1.0.0",
103-
"iconoir-react": "5.5.2",
103+
"iconoir-react": "6.11.0",
104104
"immutable": "4.0.0-rc.12",
105105
"intersection-observer": "0.11.0",
106106
"jimp": "0.22.12",

src/fireedge/src/modules/components/Buttons/AddressRangeActions.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@
1313
* See the License for the specific language governing permissions and *
1414
* limitations under the License. *
1515
* ------------------------------------------------------------------------- */
16-
import EditIcon from 'iconoir-react/dist/Edit'
17-
import AddIcon from 'iconoir-react/dist/Plus'
18-
import TrashIcon from 'iconoir-react/dist/Trash'
16+
import {
17+
Edit as EditIcon,
18+
Plus as AddIcon,
19+
Trash as TrashIcon,
20+
} from 'iconoir-react'
1921
import PropTypes from 'prop-types'
2022
import { memo } from 'react'
2123

src/fireedge/src/modules/components/Buttons/ConsoleAction.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { generatePath, useHistory } from 'react-router-dom'
2020
import { SubmitButton } from '@modules/components/FormControl'
2121
import {
2222
Windows as RdpIcon,
23-
TerminalOutline as SshIcon,
23+
TerminalTag as SshIcon,
2424
AppleImac2021 as VncIcon,
2525
} from 'iconoir-react'
2626

src/fireedge/src/modules/components/Buttons/ScheduleAction.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* See the License for the specific language governing permissions and *
1414
* limitations under the License. *
1515
* ------------------------------------------------------------------------- */
16-
import { ClockOutline, Edit, Trash } from 'iconoir-react'
16+
import { Clock, Edit, Trash } from 'iconoir-react'
1717
import PropTypes from 'prop-types'
1818
import { ReactElement, memo, useMemo } from 'react'
1919

@@ -211,7 +211,7 @@ const CharterButton = memo(({ relative, onSubmit }) => {
211211
<ButtonToTriggerForm
212212
buttonProps={{
213213
'data-cy': VM_ACTIONS.CHARTER_CREATE,
214-
icon: <ClockOutline />,
214+
icon: <Clock />,
215215
tooltip: <Translate word={T.Charter} />,
216216
disabled: leases.length <= 0,
217217
}}

src/fireedge/src/modules/components/Cards/ACLCards/ACLCardIcons.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import {
3232
ModernTv as VmsIcons,
3333
MinusPinAlt as ZoneIcon,
3434
Globe as AllIcon,
35-
ClockOutline as BackupJobsIcon,
35+
Clock as BackupJobsIcon,
3636
} from 'iconoir-react'
3737

3838
import { useMemo, Component } from 'react'

src/fireedge/src/modules/components/Cards/ACLCards/ACLCardResources.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import {
3232
ModernTv as VmsIcons,
3333
MinusPinAlt as ZoneIcon,
3434
Globe as AllIcon,
35-
ClockOutline as BackupJobsIcon,
35+
Clock as BackupJobsIcon,
3636
} from 'iconoir-react'
3737

3838
import { useMemo, Component } from 'react'

src/fireedge/src/modules/components/Cards/DatastoreCard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import {
2929
Lock,
3030
Server,
3131
User,
32-
WarningCircledOutline as WarningIcon,
32+
WarningCircle as WarningIcon,
3333
} from 'iconoir-react'
3434
import PropTypes from 'prop-types'
3535
import { memo, ReactElement, useMemo } from 'react'

src/fireedge/src/modules/components/Cards/MarketplaceCard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import {
2222
Group,
2323
Server,
2424
User,
25-
WarningCircledOutline as WarningIcon,
25+
WarningCircle as WarningIcon,
2626
MinusPinAlt as ZoneIcon,
2727
} from 'iconoir-react'
2828

0 commit comments

Comments
 (0)