resilient_software_release_information.py.in 242 Bytes
Newer Older
1 2 3 4
# Provides information related to the Webrunner Software Release to the
# takeover interface of the Resilient stack

def main():
5 6 7
  return {
    'Read the log from the importer': '<a href="${:resilient-log-url}">${:resilient-log-url}</a>',
  }