Ticket #345: add_css_class.diff
| File add_css_class.diff, 649 bytes (added by cli, 4 years ago) |
|---|
-
.py
old new 3 3 from zope.interface import Interface 4 4 from twisted.web import html, resource 5 5 from buildbot.status import builder 6 from buildbot.status.builder import SUCCESS, WARNINGS, FAILURE, EXCEPTION6 from buildbot.status.builder import SUCCESS, WARNINGS, FAILURE, SKIPPED, EXCEPTION 7 7 8 8 9 9 class ITopBox(Interface): … … 32 32 css_classes = {SUCCESS: "success", 33 33 WARNINGS: "warnings", 34 34 FAILURE: "failure", 35 SKIPPED: "skipped", 35 36 EXCEPTION: "exception", 36 37 } 37 38
![[Buildbot Logo]](/chrome/site/header-text-transparent.png)