Fix spacing with search inputs

[?]
Apr 1, 2021, 1:06 AM
QKOHEECGTGUKAXVTV524FQ7KVMQEMDWMRPV2RWOXDHECUYLZXNYQC

Dependencies

  • [2] SWXX2O4A Update boostrap to latest 4.3.1
  • [3] 6HWHYPSW Add an action menu to evaluations
  • [4] U4TD3AIQ Add support for viewing jobset evaluations
  • [5] T2LI6BMH Revive release button on eval page
  • [6] D7X6XTKQ Integrate the "Job status" and "All jobs" tabs
  • [7] 4QCXGR4W Tabify the eval page
  • [*] QTC3SYBM Jobset page: Load the jobs and status tabs on demand

Change contents

  • replacement in src/root/jobset-eval.tt at line 36
    [2.728301][2.728301:728449](),[2.728449][3.173:332](),[3.173][3.173:332]()
    <input name="filter" type="text" class="form-control" type="search" placeholder="Search jobs by name..." [% HTML.attributes(value => filter) %]/>
    <input name="compare" type="hidden" [% HTML.attributes(value => otherEval.id) %]/>
    <input name="full" type="hidden" [% HTML.attributes(value => full) %]/>
    [2.728301]
    [3.332]
    <div class="form-group">
    <input name="filter" type="text" class="form-control" type="search" placeholder="Search jobs by name..." [% HTML.attributes(value => filter) %]/>
    <input name="compare" type="hidden" [% HTML.attributes(value => otherEval.id) %]/>
    <input name="full" type="hidden" [% HTML.attributes(value => full) %]/>
    </div>
  • replacement in src/root/jobset-jobs-tab.tt at line 4
    [2.730842][2.730842:730870]()
    <div class="input-group">
    [2.730842]
    [2.730870]
    <div class="form-group input-group">
  • replacement in src/root/jobset-jobs-tab.tt at line 6
    [2.731008][2.731008:731046]()
    <div class="input-group-prepend">
    [2.731008]
    [2.731046]
    <div class="input-group-append">