Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Admin UI - Several typos #8444

Open
E-ThanG opened this issue Dec 18, 2024 · 0 comments
Open

Admin UI - Several typos #8444

E-ThanG opened this issue Dec 18, 2024 · 0 comments
Assignees

Comments

@E-ThanG
Copy link
Contributor

E-ThanG commented Dec 18, 2024

Describe the bug

  1. Admin UI: Configuration -> Policies and Access Control -> Connection Profiles: The column header for connection profile identifier is named "MAC", it should probably be "Identifier" or "Name".
  2. Admin UI: Auditing -> RADIUS Audit Logs -> Click on a log entry -> Node Information: There is a duplicate "Auth Status" entry. The second entry should be "Auth Type" instead

Additional context
I believe that both of these are due to the issues noted below:

  1. In html/pfappserver/root/src/views/Configuration/connectionProfiles/_composables/useCollection.js line 51
    {
      key: 'id',
      label: 'MAC', // i18n defer
      required: true,
      searchable: true,
      visible: true
    },
  1. In html/pfappserver/root/src/views/Auditing/radiusLogs/_components/TheView.vue line 22
          <base-form-group :column-label="$t('Auth Status')">{{ item.auth_status }}</base-form-group>
          <base-form-group :column-label="$t('Auth Status')">{{ item.auth_type }}</base-form-group>
@satkunas satkunas self-assigned this Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants