mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
fix shortlink logs
This commit is contained in:
@@ -135,7 +135,9 @@ const ExecutionLogsTable: FunctionComponent<ComponentProps> = (
|
||||
text={OnCallDutyPolicyStatus.Scheduled}
|
||||
/>
|
||||
);
|
||||
} else if (item['status'] === OnCallDutyPolicyStatus.Executing) {
|
||||
} else if (
|
||||
item['status'] === OnCallDutyPolicyStatus.Executing
|
||||
) {
|
||||
return (
|
||||
<Pill
|
||||
color={Yellow}
|
||||
|
||||
@@ -30,7 +30,7 @@ import URL from 'Common/Types/API/URL';
|
||||
tableDescription:
|
||||
'Short links are used to redirect users to a specific long link in OneUptime.',
|
||||
})
|
||||
export default class SmsLog extends BaseModel {
|
||||
export default class ShortLink extends BaseModel {
|
||||
@ColumnAccessControl({
|
||||
create: [],
|
||||
read: [],
|
||||
|
||||
Reference in New Issue
Block a user