2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-22 06:40:54 +00:00

show sign state with colors

This commit is contained in:
Matthias
2021-09-23 00:59:33 +02:00
parent 680a7071e5
commit 0bbe1f7687
2 changed files with 8 additions and 2 deletions
InvenTree
plugins
integration
templates
InvenTree

@ -165,6 +165,7 @@ class IntegrationPlugin(MixinBase, plugin.InvenTreePlugin):
def __init__(self):
self.add_mixin('base')
self.commit = self.get_plugin_commit()
self.sign_state = 0
def mixin(self, key):
return key in self._mixins