Skip to content
Snippets Groups Projects

Issue #3273084: Remove Refresh buttons on K8s Cloud Store views untill 'updateCloudStoreList' impremented in K8sCloudStorePlugin

Merged Issue #3273084: Remove Refresh buttons on K8s Cloud Store views untill 'updateCloudStoreList' impremented in K8sCloudStorePlugin
All threads resolved!
Merged Masami Suzuki requested to merge issue/cloud-3273084:3273084-remove-refresh-buttons into 5.x
All threads resolved!
@@ -28,15 +28,17 @@ k8s.cloud_store.add_form:
- view.k8s_cloud_store.k8s_node_resource_store
- view.k8s_cloud_store.k8s_pod_resource_store
k8s.cloud_store.refresh_view:
route_name: entity.cloud_store.list_update
title: 'Refresh'
class: 'Drupal\cloud\Plugin\Derivative\CloudStoreLocalAction'
appears_on:
- view.k8s_cloud_store.k8s_cost_store
- view.k8s_cloud_store.k8s_namespace_resource_store
- view.k8s_cloud_store.k8s_node_resource_store
- view.k8s_cloud_store.k8s_pod_resource_store
# Remove 'Refresh' link
# until 'updateCloudStoreList' implemented in K8sCloudStorePlugin
#k8s.cloud_store.refresh_view:
# route_name: entity.cloud_store.list_update
# title: 'Refresh'
# class: 'Drupal\cloud\Plugin\Derivative\CloudStoreLocalAction'
# appears_on:
# - view.k8s_cloud_store.k8s_cost_store
# - view.k8s_cloud_store.k8s_namespace_resource_store
# - view.k8s_cloud_store.k8s_node_resource_store
# - view.k8s_cloud_store.k8s_pod_resource_store
###########
# K8s Node.
Loading