aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/components/logic/generic-artifact-browser
AgeCommit message (Collapse)AuthorFilesLines
2020-11-04Add pagination in Generic Artifact BrowserPawel4-8/+56
Fix header(sticky) in Generic Artifact Browser Add loader in Generic Artifact Browser Issue-ID: SDC-3362 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: I14b0c41ecbd76af522bff0d7b66dd868afe0dfaa
2020-01-22Catalog alignmentys96932-14/+14
Issue-ID: SDC-2724 Signed-off-by: ys9693 <ys9693@att.com> Change-Id: I52b4aacb58cbd432ca0e1ff7ff1f7dd52099c6fe
2019-04-30Ability to disable GAB filters.Tomasz Golabek2-0/+8
Filters for preconfigured columns can be disabled using props. (Should be merged after 'Dynamic columns in GAB table') Change-Id: Id740ceb211c3978499b9c69197929a43e61e9cdc Issue-ID: SDC-2234 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
2019-04-30Add missing parameter in GAB dynamic columnsPiotr Darosz1-1/+1
Add a missing parameter in GAB dynamic columns logic. Change-Id: Id50ad23ee9ad1ab9de91a812258518d684f5a86d Issue-ID: SDC-2094 Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com>
2019-04-30Dynamic columns in GAB tableTomasz Golabek7-120/+434
Possibility to add and remove new columns in GAB table. Currently additional columns are not stored anywhere. Change-Id: Idc204ef3da5be8f9509289461165e22d4c0068bf Issue-ID: SDC-2229 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
2019-04-15Introduce column filters in GAB tableTomasz Golabek3-1/+54
Additional input is available in each GABs headers providing possibility to filter data-rows Change-Id: I3d782673e275a2dc3b2d297520ace774348a8e68 Issue-ID: SDC-2214 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
2019-04-07Generic Artifact Browser SDC UIPiotr Darosz4-0/+264
Introduce Generic Artifact Browser SDC UI in VF -> Deployment Artifacts view. Change-Id: I312c6c9d77f42ad2d073a8ad21c983ede39dfd0b Issue-ID: SDC-2211 Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com>