diff --git a/www/src/App.tsx b/www/src/App.tsx index f947de3..d8280dc 100644 --- a/www/src/App.tsx +++ b/www/src/App.tsx @@ -79,11 +79,11 @@ export class App extends React.Component<{}, void> { , - -
- -
-
, +// +//
+// +//
+//
,
diff --git a/www/src/components/Job.tsx b/www/src/components/Job.tsx index ce79a2d..831c16a 100644 --- a/www/src/components/Job.tsx +++ b/www/src/components/Job.tsx @@ -149,10 +149,10 @@ export class JobComponent extends React.Component job.codec.includes(codec)); + } + + let areAllMatches = jobs.every(isCodecMatch); + if (areAllMatches == false) { + return +

Currently AWCY supports only AV1 for web analyzer

+
+ } for (let video in report) { if (video != "Total") { diff --git a/www/src/components/SubmitJobForm.tsx b/www/src/components/SubmitJobForm.tsx index a4032b8..0e0bb0e 100644 --- a/www/src/components/SubmitJobForm.tsx +++ b/www/src/components/SubmitJobForm.tsx @@ -320,11 +320,12 @@ export class SubmitJobFormComponent extends React.Component<{ - + {/* Architecture