From: Volker Theile Date: Thu, 22 Feb 2018 08:54:07 +0000 (+0100) Subject: mgr/dashboard_v2: Add missing 'aria-current' attribute to active breadcrumbs. X-Git-Tag: v13.0.2~84^2~35 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=dbd9f1f84d8987fc4af3cc90a896140010addb18;p=ceph.git mgr/dashboard_v2: Add missing 'aria-current' attribute to active breadcrumbs. Signed-off-by: Volker Theile --- diff --git a/src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/block/iscsi/iscsi.component.html b/src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/block/iscsi/iscsi.component.html index 41749bfc4b5..edd89716d6e 100644 --- a/src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/block/iscsi/iscsi.component.html +++ b/src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/block/iscsi/iscsi.component.html @@ -3,7 +3,8 @@ + class="breadcrumb-item active" + aria-current="page">iSCSI diff --git a/src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cephfs/clients/clients.component.html b/src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cephfs/clients/clients.component.html index 606547920d2..12ae3659180 100644 --- a/src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cephfs/clients/clients.component.html +++ b/src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cephfs/clients/clients.component.html @@ -7,9 +7,7 @@ + aria-current="page">Clients diff --git a/src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cluster/hosts/hosts.component.html b/src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cluster/hosts/hosts.component.html index 0e5735c1cb7..f2935c3a0a1 100644 --- a/src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cluster/hosts/hosts.component.html +++ b/src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cluster/hosts/hosts.component.html @@ -3,7 +3,8 @@ + class="breadcrumb-item active" + aria-current="page">Hosts Cluster + class="breadcrumb-item active" + aria-current="page">Monitors diff --git a/src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.html b/src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.html index 55bbca913f1..d22ed89b102 100644 --- a/src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.html +++ b/src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.html @@ -1,7 +1,8 @@