Skip to content
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

Release 2.14.0 #817

Merged
merged 8 commits into from
Dec 20, 2024
2 changes: 1 addition & 1 deletion openapitools.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json",
"spaces": 2,
"generator-cli": {
"version": "6.3.0",
"version": "7.10.0",
"generators": {
"typescript-rxjs-local": {
"generatorName": "typescript-rxjs",
Expand Down
479 changes: 426 additions & 53 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "czertainly-administrator",
"version": "2.13.1",
"version": "2.14.0",
"homepage": ".",
"private": true,
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/WidgetButtons/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export type IconName =
| 'link'
| 'recycle'
| 'rekey';

export interface WidgetButtonProps {
icon: IconName;
id?: string;
Expand Down Expand Up @@ -117,6 +116,7 @@ const classNames = {
minus: 'fa fa-minus',
gavel: 'fa fa-gavel',
lock: 'fa fa-lock',
stopwatch: 'fa fa-stopwatch',
refresh: 'fa fa-refresh',
reload: 'fa fa-rotate-right',
handshake: 'fa fa-circle-exclamation',
Expand Down

This file was deleted.

193 changes: 0 additions & 193 deletions src/components/_pages/auditLogs/AuditLogsFilters/index.tsx

This file was deleted.

Loading
Loading