diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 8954eed1..48b17515 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1,6 +1,6 @@ -setuptools==65.5.1 +setuptools==71.1.0 cx_Freeze==5.1.1 -requests==2.31.0 +requests==2.32.3 packaging==20.9 appdirs==1.4.4 psutil==5.8.0 diff --git a/src/app/app.component.html b/src/app/app.component.html index db17fd83..a947edae 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -1,4 +1,4 @@
- +
diff --git a/src/app/cartography/widgets/interface-status.ts b/src/app/cartography/widgets/interface-status.ts index 6ed0e8dc..bdb3c108 100644 --- a/src/app/cartography/widgets/interface-status.ts +++ b/src/app/cartography/widgets/interface-status.ts @@ -90,7 +90,7 @@ export class InterfaceStatusWidget implements Widget { .merge(status_started_enter) .attr('class', 'status_started') .attr('width', (ls: LinkStatus) => { - return ls.port.length * 8 + 10; + return ls.port.length * 10 + 5; }) .attr('height', 20) .attr('x', (ls: LinkStatus) => ls.x - 30) @@ -122,7 +122,7 @@ export class InterfaceStatusWidget implements Widget { .merge(status_stopped_enter) .attr('class', 'status_stopped') .attr('width', (ls: LinkStatus) => { - return ls.port.length * 8 + 10; + return ls.port.length * 10 + 5; }) .attr('height', 20) .attr('x', (ls: LinkStatus) => ls.x - 30) @@ -154,7 +154,7 @@ export class InterfaceStatusWidget implements Widget { .merge(status_suspended_enter) .attr('class', 'status_suspended') .attr('width', (ls: LinkStatus) => { - return ls.port.length * 8 + 10; + return ls.port.length * 10 + 5; }) .attr('height', 20) .attr('x', (ls: LinkStatus) => ls.x - 30) diff --git a/src/app/layouts/default-layout/default-layout.component.html b/src/app/layouts/default-layout/default-layout.component.html index cb228d8d..07778e28 100644 --- a/src/app/layouts/default-layout/default-layout.component.html +++ b/src/app/layouts/default-layout/default-layout.component.html @@ -90,4 +90,4 @@ - + diff --git a/src/app/layouts/default-layout/default-layout.component.ts b/src/app/layouts/default-layout/default-layout.component.ts index 8082bf3e..0f749852 100644 --- a/src/app/layouts/default-layout/default-layout.component.ts +++ b/src/app/layouts/default-layout/default-layout.component.ts @@ -25,6 +25,7 @@ export class DefaultLayoutComponent implements OnInit, OnDestroy { public uiVersion = version; public isLoginPage = false; public routeSubscription; + public currentYear = new Date().getFullYear(); controllerStatusSubscription: Subscription; shouldStopControllersOnClosing = true; diff --git a/src/index.html b/src/index.html index 0332bc23..8f806f6c 100644 --- a/src/index.html +++ b/src/index.html @@ -38,7 +38,7 @@ - +