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