mirror of
https://github.com/MikroWizard/mikrofront.git
synced 2025-07-10 11:04:21 +02:00
Better backup list view and filtering
This commit is contained in:
parent
7e977823c5
commit
6cc1060e36
8 changed files with 297 additions and 49 deletions
|
@ -10,10 +10,19 @@ import {
|
|||
CollapseModule,
|
||||
BadgeModule,
|
||||
ModalModule,
|
||||
FormModule,
|
||||
ToastModule,
|
||||
} from "@coreui/angular";
|
||||
import { BackupsRoutingModule } from "./backups-routing.module";
|
||||
import { BackupsComponent } from "./backups.component";
|
||||
import { GuiGridModule } from "@generic-ui/ngx-grid";
|
||||
import { MatDatepickerModule } from "@angular/material/datepicker";
|
||||
import { MatInputModule } from "@angular/material/input";
|
||||
import { MatFormFieldModule } from "@angular/material/form-field";
|
||||
import { MatSelectModule } from "@angular/material/select";
|
||||
import { FormsModule } from "@angular/forms";
|
||||
import { UnifiedDiffComponent,SideBySideDiffComponent } from 'ngx-diff';
|
||||
import { ClipboardModule } from "@angular/cdk/clipboard";
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
|
@ -21,6 +30,8 @@ import { GuiGridModule } from "@generic-ui/ngx-grid";
|
|||
CardModule,
|
||||
CommonModule,
|
||||
GridModule,
|
||||
FormModule,
|
||||
FormsModule,
|
||||
ButtonModule,
|
||||
ButtonModule,
|
||||
GuiGridModule,
|
||||
|
@ -30,6 +41,14 @@ import { GuiGridModule } from "@generic-ui/ngx-grid";
|
|||
HighlightAuto,
|
||||
HighlightLineNumbers,
|
||||
ModalModule,
|
||||
MatFormFieldModule,
|
||||
MatInputModule,
|
||||
MatDatepickerModule,
|
||||
MatSelectModule,
|
||||
UnifiedDiffComponent,
|
||||
SideBySideDiffComponent,
|
||||
ToastModule,
|
||||
ClipboardModule
|
||||
],
|
||||
declarations: [BackupsComponent],
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue