From 1cdecff67922188f5d9c029a8e95cd634fa9105a Mon Sep 17 00:00:00 2001 From: "Jingwei.Zhang" Date: Tue, 27 Sep 2022 09:52:32 +0800 Subject: [PATCH] fix: remove tags filter in the instance list page Remove tags filter in the instance list page, because the api has not supported it, this affects: 1. the instance list page 2. the instance list tab in the server group detail page 3. the instance list tab in the host detail page 4. the instance list tab in the flavor detail page Closes-Bug: #1990826 Change-Id: I400d53d0c051ffab12478796ba0cdc165347ddd4 --- src/pages/compute/containers/Instance/index.jsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/pages/compute/containers/Instance/index.jsx b/src/pages/compute/containers/Instance/index.jsx index b4ead8da..6e6f9023 100644 --- a/src/pages/compute/containers/Instance/index.jsx +++ b/src/pages/compute/containers/Instance/index.jsx @@ -268,10 +268,6 @@ export class Instance extends Base { ] : []), instanceStatusFilter, - { - label: t('Tags'), - name: 'tags', - }, ]; }