]> git.ipfire.org Git - pbs.git/commitdiff
jobs: Drop the old log stream module
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 6 Feb 2025 23:08:57 +0000 (23:08 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 6 Feb 2025 23:08:57 +0000 (23:08 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/web/jobs.py

index 656133b4ae49677c745a43021710b33b8fa25055..098359771ac4a644c180d3616ea107dc95cf92bd 100644 (file)
@@ -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",
-#              ]