Sha256: 90b1757185ae0dabe42a4e881a6cbde22e5fe2d087ce2cfdf71ccb01d288560c

Contents?: true

Size: 839 Bytes

Versions: 1

Compression:

Stored size: 839 Bytes

Contents

#configuration
  span.loader ng-class="{ true: 'invisible' }[(configPromise && configPromise.$resolved)]"
  h1.title Configuration
  .configuration-info-container
    #configuration-info
      div ng-if="config"
        h2.heading Firebase
        table.info.firebase
          tbody
            tr
              td.name
                | Firebase Path
              td.value
                | {{ config.firebase_path }}

        h2.heading Threads
        table.info.threads
          tbody
            tr ng-repeat="thread in config.threads"
              td.name
                .cell
                  | {{ thread.name }}
              td.options
                .cell
                  .pattern
                    | {{ thread.file_pattern }}
                  .tags
                    | {{ thread.tag }} {{ thread.tags.join(',') }}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sw2at-ui-0.0.13 app/views/swat/pages/management/configuration.slim