From: Michael Tremer Date: Thu, 6 Feb 2025 23:08:57 +0000 (+0000) Subject: jobs: Drop the old log stream module X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80b6165c1ab27e584fcecac84b6e54e60bed127d;p=pbs.git jobs: Drop the old log stream module Signed-off-by: Michael Tremer --- diff --git a/src/web/jobs.py b/src/web/jobs.py index 656133b4..09835977 100644 --- a/src/web/jobs.py +++ b/src/web/jobs.py @@ -256,14 +256,3 @@ class RetryHandler(base.BaseHandler): # Redirect back to the build page self.redirect("/builds/%s" % job.build.uuid) - - -#class LogStreamModule(ui_modules.UIModule): -# def render(self, job, limit=None, small=False): -# return self.render_string("jobs/modules/log-stream.html", -# job=job, limit=limit, small=small) -# -# def javascript_files(self): -# return [ -# "js/job-log-stream.min.js", -# ]