From e6dfa58689e88633db8304a8541a75edd893c645 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Sun, 31 May 2020 20:03:28 +0200 Subject: space optimizations for `node_modules` and client stats removal - replace sharp with lighter jimp alternative - remove stats in builds fixes #2807 --- client/src/app/+admin/system/jobs/jobs.component.html | 4 ++-- client/src/app/header/search-typeahead.component.html | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'client/src/app') diff --git a/client/src/app/+admin/system/jobs/jobs.component.html b/client/src/app/+admin/system/jobs/jobs.component.html index 038dfa522..596117ab7 100644 --- a/client/src/app/+admin/system/jobs/jobs.component.html +++ b/client/src/app/+admin/system/jobs/jobs.component.html @@ -36,7 +36,7 @@ - + @@ -44,7 +44,7 @@ {{ job.id }} {{ job.type }} {{ job.createdAt }} - Delayed. + Delayed Will start soon... Running... Finished diff --git a/client/src/app/header/search-typeahead.component.html b/client/src/app/header/search-typeahead.component.html index 6d931db20..bbf3834c5 100644 --- a/client/src/app/header/search-typeahead.component.html +++ b/client/src/app/header/search-typeahead.component.html @@ -38,16 +38,16 @@
  • - @channel_id@domain channel + @channel_id@domain will list the matching channel
  • - URL channel + URL will list the matching channel
  • - UUID video + UUID will list the matching video
- Any other text will return matching video or channel names. + Any other input will return matching video or channel names. -- cgit v1.2.3