diff --git a/client/web/admin/src/components/faIcons.js b/client/web/admin/src/components/faIcons.js index 33e1cf684..dcd4de4c9 100644 --- a/client/web/admin/src/components/faIcons.js +++ b/client/web/admin/src/components/faIcons.js @@ -23,6 +23,8 @@ import { faSync, faEye, faKey, + faAngleUp, + faAngleDown, faAngleDoubleLeft, faAngleRight, faAngleLeft, @@ -118,5 +120,7 @@ library.add( faEllipsisV, faTrashRestore, faEdit, - faLocationArrow + faLocationArrow, + faAngleUp, + faAngleDown ) diff --git a/client/web/admin/src/components/index.js b/client/web/admin/src/components/index.js index 3557ca4bc..834c70fb0 100644 --- a/client/web/admin/src/components/index.js +++ b/client/web/admin/src/components/index.js @@ -1,5 +1,5 @@ import Vue from 'vue' -import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome' +import { FontAwesomeIcon, FontAwesomeLayers } from '@fortawesome/vue-fontawesome' import PortalVue from 'portal-vue' import './faIcons' import CContentHeader from './CContentHeader' @@ -28,6 +28,7 @@ Vue.use(PortalVue) Vue.component('c-corredor-manual-buttons', CCorredorManualButtons) Vue.component('c-permissions-button', CPermissionsButton) Vue.component('font-awesome-icon', FontAwesomeIcon) +Vue.component('font-awesome-layers', FontAwesomeLayers) Vue.component('c-content-header', CContentHeader) Vue.component('c-resource-list-status-filter', CResourceListStatusFilter) Vue.component('c-input-confirm', CInputConfirm) diff --git a/client/web/admin/src/views/System/SensitivityLevel/List.vue b/client/web/admin/src/views/System/SensitivityLevel/List.vue index 0f4090651..8634edd77 100644 --- a/client/web/admin/src/views/System/SensitivityLevel/List.vue +++ b/client/web/admin/src/views/System/SensitivityLevel/List.vue @@ -27,6 +27,7 @@ clickable sticky-header hide-search + hide-per-page-option class="custom-resource-list-height flex-fill" @row-clicked="handleRowClicked" > @@ -130,11 +131,9 @@ export default { }, { key: 'level', - sortable: true, }, { key: 'createdAt', - sortable: true, formatter: (v) => moment(v).fromNow(), }, { diff --git a/client/web/compose/src/components/PageBlocks/RecordListBase.vue b/client/web/compose/src/components/PageBlocks/RecordListBase.vue index 95a2061ee..dcaf4b9c5 100644 --- a/client/web/compose/src/components/PageBlocks/RecordListBase.vue +++ b/client/web/compose/src/components/PageBlocks/RecordListBase.vue @@ -279,7 +279,7 @@ > +