Fix 'Error loading tab: 0 error' with uBlock Origin

[?]
Sep 27, 2021, 3:42 PM
EKSBV5S2DT6E2ZBXULWMG7TOA5F5Q6UMOLTRYHU6WKMSGNPHWDMAC

Dependencies

  • [2] NZXX6PLD Remove the Jobs table
  • [3] UDS5VIT6 Lazy load the metrics tab
  • [4] BB2KXLXZ Move the build time chart to the job page
  • [5] CQQSJLON On aggregate job pages, show a matrix showing all the constituent builds
  • [6] T5BIOVJE Add support for tracking custom metrics
  • [*] DEMSSSB2 * Controller for jobs which inherits all actions in ListBuilds. So
  • [*] ODNCGFQ5 * Improved the navigation bar: don't include all projects (since that

Change contents

  • replacement in src/lib/Hydra/Controller/Job.pm at line 147
    [3.4][3.4:71]()
    sub metrics_tab : Chained('job') PathPart('metrics-tab') Args(0) {
    [3.4]
    [3.71]
    sub metrics_tab : Chained('job') PathPart('metric-tab') Args(0) {
  • replacement in src/root/job.tt at line 87
    [3.8814][2.5119:5234]()
    [% INCLUDE makeLazyTab tabName="tabs-charts" uri=c.uri_for('/job' project.name jobset.name job 'metrics-tab') %]
    [3.8814]
    [3.8850]
    [% INCLUDE makeLazyTab tabName="tabs-charts" uri=c.uri_for('/job' project.name jobset.name job 'metric-tab') %]