web: rewrite aggregate cards to separate components

This commit is contained in:
Jens Langhammer
2020-12-16 22:00:40 +01:00
parent 1179ba4ef2
commit 9e33b49d29
5 changed files with 128 additions and 67 deletions

View File

@ -1,7 +1,7 @@
import { gettext } from "django";
import { customElement, html, property, TemplateResult } from "lit-element";
import { PBResponse } from "../../api/client";
import { PolicyBinding } from "../../api/policy_binding";
import { PolicyBinding } from "../../api/policy";
import { Table } from "../../elements/table/Table";
import "../../elements/Tabs";