|
|
|
@ -817,15 +817,15 @@ const TimeTrack = {
@@ -817,15 +817,15 @@ const TimeTrack = {
|
|
|
|
|
}, |
|
|
|
|
ticketSystemIcon() { |
|
|
|
|
if (this.ticketSystemUrl) { |
|
|
|
|
if (this.ticketSystemUrl.find('redmine')) { |
|
|
|
|
if (this.ticketSystemUrl.search('redmine')) { |
|
|
|
|
return 'assets/img/redmine.png'; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if (this.ticketSystemUrl.find('jira')) { |
|
|
|
|
if (this.ticketSystemUrl.search('jira')) { |
|
|
|
|
return 'assets/img/jira.png'; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if (this.ticketSystemUrl.find('gitlab')) { |
|
|
|
|
if (this.ticketSystemUrl.search('gitlab')) { |
|
|
|
|
return 'assets/img/gitlab.png'; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|