diff --git a/pkg/lib/patternfly/patternfly-5-cockpit.scss b/pkg/lib/patternfly/patternfly-5-cockpit.scss index 8008e2012947..1ef38c189584 100644 --- a/pkg/lib/patternfly/patternfly-5-cockpit.scss +++ b/pkg/lib/patternfly/patternfly-5-cockpit.scss @@ -4,6 +4,7 @@ $pf-v5-global--fonticon-path: "patternfly-icons-fake-path"; $pf-v5-global--disable-fontawesome: true !default; // Disable Font Awesome 5 Free @import "@patternfly/patternfly/patternfly-base.scss"; +@import "@patternfly/patternfly/patternfly-addons.css"; // Accessibility features /* Import our own fonts since the PF4 font-face rules are filtered out in build.js */ @import "./fonts"; diff --git a/pkg/users/accounts-list.js b/pkg/users/accounts-list.js index 0862a039d838..d0f7393ac196 100644 --- a/pkg/users/accounts-list.js +++ b/pkg/users/accounts-list.js @@ -382,6 +382,7 @@ const AccountsList = ({ accounts, current_user, groups, min_uid, max_uid, shells { title: _("ID"), sortable: true }, { title: _("Last active"), sortable: true }, { title: _("Group") }, + { title: {_("Actions")} }, ]; const sortRows = (rows, direction, idx) => {