timeline icon colors for ticket

\according to state
This commit is contained in:
j3d1 2023-12-29 18:19:42 +01:00
parent 54a8445cd4
commit affd6f6c86
2 changed files with 28 additions and 6 deletions

View file

@ -36,7 +36,7 @@ import {
faUser,
faComments,
faArchive,
faMinus,
faMinus, faHourglass, faExclamation,
} from '@fortawesome/free-solid-svg-icons';
import {FontAwesomeIcon} from '@fortawesome/vue-fontawesome';
@ -44,7 +44,7 @@ import vueDebounce from 'vue-debounce';
library.add(faPlus, faCheckCircle, faEdit, faTrash, faCat, faSyncAlt, faSort, faSortUp, faSortDown, faTh, faList,
faWindowClose, faCamera, faStop, faPen, faCheck, faTimes, faSave, faEye, faComment, faUser, faComments, faEnvelope,
faArchive, faMinus);
faArchive, faMinus, faExclamation, faHourglass);
Vue.component('font-awesome-icon', FontAwesomeIcon);
sync(store, router);