mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-21 07:58:25 +00:00
Another approach for topology summary widget
This commit is contained in:
@ -244,6 +244,7 @@ import { NavigationDialogComponent } from './components/projects/navigation-dial
|
|||||||
import { ScreenshotDialogComponent } from './components/project-map/screenshot-dialog/screenshot-dialog.component';
|
import { ScreenshotDialogComponent } from './components/project-map/screenshot-dialog/screenshot-dialog.component';
|
||||||
import { ResizableModule } from 'angular-resizable-element';
|
import { ResizableModule } from 'angular-resizable-element';
|
||||||
import { DragAndDropModule } from 'angular-draggable-droppable';
|
import { DragAndDropModule } from 'angular-draggable-droppable';
|
||||||
|
import { DragDropModule } from '@angular/cdk/drag-drop';
|
||||||
|
|
||||||
if (environment.production) {
|
if (environment.production) {
|
||||||
Raven.config('https://b2b1cfd9b043491eb6b566fd8acee358@sentry.io/842726', {
|
Raven.config('https://b2b1cfd9b043491eb6b566fd8acee358@sentry.io/842726', {
|
||||||
@ -429,6 +430,7 @@ if (environment.production) {
|
|||||||
MatSidenavModule,
|
MatSidenavModule,
|
||||||
ResizableModule,
|
ResizableModule,
|
||||||
DragAndDropModule,
|
DragAndDropModule,
|
||||||
|
DragDropModule,
|
||||||
MATERIAL_IMPORTS
|
MATERIAL_IMPORTS
|
||||||
],
|
],
|
||||||
providers: [
|
providers: [
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<div
|
<div
|
||||||
mwlDraggable
|
cdkDrag
|
||||||
class="summaryWrapper"
|
class="summaryWrapper"
|
||||||
*ngIf="projectsStatistics"
|
*ngIf="projectsStatistics"
|
||||||
[ngStyle]="style"
|
[ngStyle]="style"
|
||||||
|
Reference in New Issue
Block a user