irie 0.0.19__tar.gz → 0.0.21__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of irie might be problematic. Click here for more details.
- {irie-0.0.19 → irie-0.0.21}/PKG-INFO +2 -2
- {irie-0.0.19 → irie-0.0.21}/pyproject.toml +2 -2
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/evaluation/daemon.py +0 -12
- irie-0.0.21/src/irie/apps/evaluation/migrations/0002_evaluation_status.py +18 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/evaluation/models.py +18 -1
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/inventory/views.py +11 -7
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/includes/asset-event-table.html +28 -16
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/inventory/asset-event-summary.html +1 -2
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/inventory/asset-profile.html +21 -20
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/inventory/asset-table.html +1 -2
- irie-0.0.21/src/irie/apps/templates/site/robots.txt +8 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/core/urls.py +6 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/init/__main__.py +2 -2
- {irie-0.0.19 → irie-0.0.21}/src/irie.egg-info/PKG-INFO +2 -2
- {irie-0.0.19 → irie-0.0.21}/src/irie.egg-info/SOURCES.txt +2 -0
- {irie-0.0.19 → irie-0.0.21}/README.md +0 -0
- {irie-0.0.19 → irie-0.0.21}/setup.cfg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/__init__.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/__main__.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/__init__.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/authentication/__init__.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/authentication/admin.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/authentication/config.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/authentication/forms.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/authentication/migrations/__init__.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/authentication/models.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/authentication/tests.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/authentication/urls.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/authentication/views.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/config.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/context_processors.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/documents/__init__.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/documents/apps.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/documents/documents.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/documents/migrations/__init__.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/documents/tests.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/documents/urls.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/documents/views.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/evaluation/__init__.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/evaluation/admin.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/evaluation/apps.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/evaluation/identification.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/evaluation/migrations/0001_initial.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/evaluation/migrations/__init__.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/evaluation/urls.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/evaluation/views.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/events/__init__.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/events/admin.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/events/apps.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/events/migrations/0001_initial.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/events/migrations/0002_rename_event_eventrecord.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/events/migrations/0003_hazardevent.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/events/migrations/__init__.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/events/models.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/events/tests.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/events/tests_events.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/events/urls.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/events/views.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/events/views_events.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/inventory/CESMD.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/inventory/__init__.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/inventory/admin.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/inventory/apps.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/inventory/archive/arcGIS.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/inventory/calid.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/inventory/fields.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/inventory/filters.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/inventory/forms.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/inventory/migrations/0001_initial.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/inventory/migrations/0002_alter_asset_bridge_sensors_and_more.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/inventory/migrations/__init__.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/inventory/models.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/inventory/sitemaps.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/inventory/tables.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/inventory/traffic.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/inventory/urls.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/management/__init__.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/management/commands/__init__.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/networks/__init__.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/networks/apps.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/networks/forms.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/networks/migrations/__init__.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/networks/models.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/networks/networks.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/networks/tests.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/networks/urls.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/networks/views.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/prediction/__init__.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/prediction/admin.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/prediction/apps.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/prediction/forms.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/prediction/metrics.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/prediction/migrations/0001_initial.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/prediction/migrations/0002_alter_predictormodel_protocol.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/prediction/migrations/__init__.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/prediction/models.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/prediction/predictor.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/prediction/runners/__init__.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/prediction/runners/hazus.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/prediction/runners/opensees/__init__.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/prediction/runners/opensees/metrics.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/prediction/runners/opensees/schemas/__init__.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/prediction/runners/opensees/schemas/hwd_analysis.schema.json +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/prediction/runners/opensees/schemas/hwd_analysis_default.json +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/prediction/runners/opensees/schemas/hwd_conf.schema.json +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/prediction/runners/opensees/schemas/hwd_conf_default.json +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/prediction/runners/opensees/schemas/hwd_results.schema.json +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/prediction/runners/opensees/schemas/hwd_results_default.json +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/prediction/runners/opensees/utilities.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/prediction/runners/opensees/xmlutils.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/prediction/runners/opensees/zipped.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/prediction/runners/ssid.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/prediction/templatetags/__init__.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/prediction/templatetags/predictor.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/prediction/urls.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/prediction/views.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/prediction/views_api.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/site/__init__.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/site/admin.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/site/config.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/site/migrations/__init__.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/site/models.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/site/templatetags/__init__.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/site/templatetags/indexing.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/site/tests.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/site/urls.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/site/view_sdof.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/site/view_utils.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/site/views.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/sitemaps.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/content_images/brace/mdof.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/content_images/brace/opensees.jpg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/content_images/brace/sdof.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/content_images/brace/sees.png +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/css/brace.css +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/css/brace.css.map +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/css/brace.min.css +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/css/uPlot.min.css +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/img/brace2-no_text.png +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/img/brand/dark.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/img/brand/light.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/img/colStrains.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/img/colStrains_big.png +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/img/colStrains_small.png +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/img/colStrains_svg_optimizer.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/img/colStrains_svg_optimizer.xml +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/img/drift.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/img/earthquake-hazard.png +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/img/favicon/android-chrome-192x192.png +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/img/favicon/android-chrome-512x512.png +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/img/favicon/apple-touch-icon.png +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/img/favicon/browserconfig.xml +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/img/favicon/favicon-16x16.png +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/img/favicon/favicon-32x32.png +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/img/favicon/favicon.ico +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/img/favicon/manifest.json +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/img/favicon/mstile-150x150.png +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/img/favicon/safari-pinned-tab.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/img/favicon/site.webmanifest +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/img/icons/github.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/img/icons/google-tag-manager.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/img/icons/google_analytics.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/img/illustrations/404.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/img/illustrations/500.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/img/illustrations/bs5-illustrations.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/img/illustrations/signin.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/img/marker.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/img/metric.png +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/img/paypal-logo.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/img/peer-black.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/img/peer-light.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/img/predictors.png +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/img/profile-cover.jpg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/img/soga-logo.jpeg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll01336.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll01336_1.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll13705.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll13795.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll14406.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll23631.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll23631_1.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll24694.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll24704.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll24706.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll24775.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll33742.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll47315.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll54730.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll58600-2.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll58600-3.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll58600-4.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll58600.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll58601-2.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll58601-3.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll58601-4.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll58601.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll58632-2.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll58632-3.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll58632-4.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll58632-5.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll58632-6.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll58632-7.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll58632-8.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll58632.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll58658-2.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll58658-3.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll58658.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll58658_1.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll58658_2.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll58658_3.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll58700-1.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll58700-3.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll58700-4.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll58700.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll68184.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll68185-2.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll68185-3.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll68185-4.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll68185-5.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll68185-6.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll68185-7.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll68185-8.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll68185.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll68682-2.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll68682-3.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll68682-4.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll68682-5.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll68682.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll79421.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll89324.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll89324_2.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll89686.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll89708-2.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll89708.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll89735.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll89736.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/inventory/ll89973.svg +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/js/787.545aecf5.chunk.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/js/brace.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/js/d3.v4.min.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/js/events_api.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/js/events_page.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/js/fmkFunctions.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/js/jsonview.bundle.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/js/login_page.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/js/main.1c459f17.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/js/uPlot.iife.min.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/cjs/popper-base.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/cjs/popper-base.js.flow +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/cjs/popper-lite.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/cjs/popper-lite.js.flow +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/cjs/popper.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/cjs/popper.js.flow +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/createPopper.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/dom-utils/contains.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/dom-utils/getBoundingClientRect.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/dom-utils/getClippingRect.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/dom-utils/getCompositeRect.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/dom-utils/getComputedStyle.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/dom-utils/getDocumentElement.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/dom-utils/getDocumentRect.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/dom-utils/getHTMLElementScroll.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/dom-utils/getLayoutRect.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/dom-utils/getNodeName.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/dom-utils/getNodeScroll.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/dom-utils/getOffsetParent.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/dom-utils/getParentNode.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/dom-utils/getScrollParent.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/dom-utils/getViewportRect.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/dom-utils/getWindow.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/dom-utils/getWindowScroll.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/dom-utils/getWindowScrollBarX.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/dom-utils/instanceOf.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/dom-utils/isScrollParent.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/dom-utils/isTableElement.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/dom-utils/listScrollParents.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/enums.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/index.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/modifiers/applyStyles.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/modifiers/arrow.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/modifiers/computeStyles.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/modifiers/eventListeners.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/modifiers/flip.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/modifiers/hide.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/modifiers/index.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/modifiers/offset.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/modifiers/popperOffsets.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/modifiers/preventOverflow.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/popper-base.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/popper-lite.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/popper.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/types.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/utils/computeAutoPlacement.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/utils/computeOffsets.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/utils/debounce.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/utils/detectOverflow.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/utils/expandToHashMap.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/utils/format.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/utils/getAltAxis.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/utils/getAltLen.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/utils/getBasePlacement.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/utils/getFreshSideObject.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/utils/getMainAxisFromPlacement.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/utils/getOppositePlacement.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/utils/getOppositeVariationPlacement.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/utils/getVariation.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/utils/math.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/utils/mergeByName.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/utils/mergePaddingObject.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/utils/orderModifiers.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/utils/rectToClientRect.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/utils/uniqueBy.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/utils/validateModifiers.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/esm/utils/within.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/umd/popper-base.min.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/umd/popper-base.min.js.flow +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/umd/popper-lite.min.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/umd/popper-lite.min.js.flow +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/umd/popper.min.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/@popperjs/core/dist/umd/popper.min.js.flow +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/bootstrap/dist/css/bootstrap-grid.min.css +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/bootstrap/dist/css/bootstrap-grid.rtl.min.css +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/bootstrap/dist/css/bootstrap-reboot.min.css +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/bootstrap/dist/css/bootstrap-reboot.rtl.min.css +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/bootstrap/dist/css/bootstrap-utilities.min.css +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/bootstrap/dist/css/bootstrap-utilities.rtl.min.css +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/bootstrap/dist/css/bootstrap.min.css +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/bootstrap/dist/css/bootstrap.rtl.min.css +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/bootstrap/dist/js/bootstrap.bundle.min.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/bootstrap/dist/js/bootstrap.esm.min.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/bootstrap/dist/js/bootstrap.min.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/chartist-plugin-tooltips/dist/chartist-plugin-tooltip.css +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/chartist-plugin-tooltips/dist/chartist-plugin-tooltip.min.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/notyf/notyf.es.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/notyf/notyf.min.css +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/notyf/notyf.min.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/notyf/notyf.umd.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/nouislider/distribute/nouislider.min.css +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/nouislider/distribute/nouislider.min.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/nouislider/distribute/nouislider.min.mjs +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/nouislider/distribute/nouislider.mjs +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/onscreen/dist/index.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/onscreen/dist/on-screen.es6.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/onscreen/dist/on-screen.umd.min.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/simplebar/dist/simplebar-core.esm.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/simplebar/dist/simplebar.esm.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/simplebar/dist/simplebar.min.css +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/simplebar/dist/simplebar.min.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/simplebar/dist/simplebar.umd.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/smooth-scroll/dist/smooth-scroll.min.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/smooth-scroll/dist/smooth-scroll.polyfills.min.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/sweetalert2/dist/sweetalert2.all.min.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/sweetalert2/dist/sweetalert2.min.css +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/sweetalert2/dist/sweetalert2.min.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/waypoints/lib/jquery.waypoints.min.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/waypoints/lib/noframework.waypoints.min.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/waypoints/lib/shortcuts/infinite.min.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/waypoints/lib/shortcuts/inview.min.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/waypoints/lib/shortcuts/sticky.min.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/waypoints/lib/waypoints.debug.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/waypoints/lib/zepto.waypoints.min.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/waypoints/licenses.txt +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/assets/vendor/waypoints/testem.json +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/favicon.ico +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/static/sitemap.xml +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/accounts/login.html +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/accounts/register.html +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/admin/base_site.html +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/admin/color_theme_toggle.html +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/bridges/InteractiveTwin-CE58658.html +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/css/admin-extra.css +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/documents/documents.html +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/events/EarthquakeResponse.html +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/events/event-table.html +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/events/events.html +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/events/login.html +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/events/react_and_bootstrap.html +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/home/asset.html +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/includes/footer.html +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/includes/modal-report.html +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/includes/navigation.html +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/includes/paginate.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/includes/scripts.html +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/includes/settings-box.html +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/includes/sidebar.html +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/inventory/bridge-dashboard.html +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/inventory/bridge.html +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/inventory/dashboard.html +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/inventory/preamble.tex +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/inventory/report.tex +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/layouts/base-fullscreen.html +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/layouts/base.html +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/layouts/json-form.html +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/networks/corridor_table.html +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/networks/networks.html +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/networks/networks.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/networks/styled_inputs.html +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/prediction/asset-predictors.html +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/prediction/form-submission.html +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/prediction/hazus/event.html +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/prediction/hazus/history.html +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/prediction/hazus/history.js +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/prediction/new-runner.html +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/prediction/predictor-profile.html +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/prediction/predictor-upload.html +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/site/about.html +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/site/asset_map.html +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/site/components-forms.html +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/site/index.html +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/site/json-form.html +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/site/page-403.html +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/site/page-404-sidebar.html +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/site/page-404.html +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/site/page-500.html +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/site/page-forgot-password.html +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/site/page-lock.html +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/site/page-reset-password.html +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/site/page-sign-in.html +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/site/page-sign-up.html +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/site/settings.html +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/site/tables-bootstrap-tables.html +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/site/transactions.html +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/apps/templates/site/unused-dashboard-cards.html +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/core/__init__.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/core/asgi.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/core/settings.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/core/wsgi.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/init/__init__.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/init/bridges.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/init/calid.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/init/data/cgs-stations.json +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/init/data/cgs_data.json +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/init/data/nbi/04.tar +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/init/data/nbi_codes-california.json +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/init/data/nbi_data-california.json +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/init/data/networks/soga_corridors.json +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/init/getCGSData.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/init/getCGSevents.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/init/getNBIData.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/init/hayward.zip +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/init/management/commands/init_assets.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/init/management/commands/init_cesmd.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/init/management/commands/init_corridors.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/init/management/commands/init_predictors.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/rest/__main__.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie/usgs/__main__.py +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie.egg-info/dependency_links.txt +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie.egg-info/entry_points.txt +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie.egg-info/requires.txt +0 -0
- {irie-0.0.19 → irie-0.0.21}/src/irie.egg-info/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: irie
|
|
3
|
-
Version: 0.0.
|
|
4
|
-
Summary:
|
|
3
|
+
Version: 0.0.21
|
|
4
|
+
Summary: An infrastructure resilience engine
|
|
5
5
|
Author-email: "Claudio M. Perez" <50180406+claudioperez@users.noreply.github.com>
|
|
6
6
|
Project-URL: Repository, https://github.com/STAIRLab
|
|
7
7
|
Project-URL: Documentation, https://stairlab.berkeley.edu/software/irie/
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "irie"
|
|
3
|
-
version = "0.0.
|
|
3
|
+
version = "0.0.21"
|
|
4
4
|
authors = [
|
|
5
5
|
{name="Claudio M. Perez", email="50180406+claudioperez@users.noreply.github.com"}
|
|
6
6
|
]
|
|
7
|
-
description="
|
|
7
|
+
description="An infrastructure resilience engine"
|
|
8
8
|
|
|
9
9
|
license = {file = ".github/LICENSE.txt"}
|
|
10
10
|
readme = "README.md"
|
|
@@ -60,18 +60,6 @@ class LiveEvaluation:
|
|
|
60
60
|
return mname
|
|
61
61
|
|
|
62
62
|
def setMetricData(self, mname: str, pid: str, data: dict):
|
|
63
|
-
# self.metrics[mname][pid].data = data
|
|
64
|
-
# try:
|
|
65
|
-
# self.evaluation_data[mname]["details"][pid] = data["details"]
|
|
66
|
-
# except KeyError:
|
|
67
|
-
# self.evaluation_data[mname]["details"][pid] = data
|
|
68
|
-
# self.metrics[mname][pid].buildDetails()
|
|
69
|
-
# try:
|
|
70
|
-
# None
|
|
71
|
-
# except KeyError:
|
|
72
|
-
# self.evaluation_data[mname]["summary"][pid] = \
|
|
73
|
-
# self.metrics[mname][pid].getSummary()
|
|
74
|
-
|
|
75
63
|
self.evaluation_data[mname]["details"][pid] = data.get("details", data)
|
|
76
64
|
self.evaluation_data[mname]["summary"][pid] = data.get("summary", data)
|
|
77
65
|
if len(self.evaluation_data[mname]["summary"]) == 1:
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# Generated by Django 5.1.2 on 2024-12-14 07:51
|
|
2
|
+
|
|
3
|
+
from django.db import migrations, models
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
class Migration(migrations.Migration):
|
|
7
|
+
|
|
8
|
+
dependencies = [
|
|
9
|
+
('irie_apps_evaluation', '0001_initial'),
|
|
10
|
+
]
|
|
11
|
+
|
|
12
|
+
operations = [
|
|
13
|
+
migrations.AddField(
|
|
14
|
+
model_name='evaluation',
|
|
15
|
+
name='status',
|
|
16
|
+
field=models.CharField(choices=[('Finished', 'Finished'), ('Running', 'Running'), ('Invalid', 'Invalid')], default='Finished', max_length=25),
|
|
17
|
+
),
|
|
18
|
+
]
|
|
@@ -19,16 +19,25 @@ from irie.apps.inventory.models import Asset
|
|
|
19
19
|
from .daemon import LiveEvaluation
|
|
20
20
|
|
|
21
21
|
class Evaluation(models.Model):
|
|
22
|
+
class Status(models.TextChoices):
|
|
23
|
+
Finished = "Finished"
|
|
24
|
+
Running = "Running"
|
|
25
|
+
Invalid = "Invalid"
|
|
26
|
+
|
|
22
27
|
id = models.BigAutoField(primary_key=True)
|
|
23
28
|
event = models.ForeignKey(EventRecord, on_delete=models.CASCADE)
|
|
24
29
|
asset = models.ForeignKey(Asset, on_delete=models.CASCADE, null=True)
|
|
25
30
|
evaluation_data = models.JSONField(default=dict)
|
|
31
|
+
status = models.CharField(max_length=25,
|
|
32
|
+
choices=Status.choices,
|
|
33
|
+
default=Status.Finished)
|
|
26
34
|
|
|
27
35
|
@classmethod
|
|
28
36
|
def create(cls, event: EventRecord, asset: Asset, data: dict = None):
|
|
29
37
|
evaluation = cls()
|
|
30
38
|
evaluation.event = event
|
|
31
39
|
evaluation.asset = asset
|
|
40
|
+
evaluation.status = Evaluation.Status.Running
|
|
32
41
|
evaluation.save()
|
|
33
42
|
|
|
34
43
|
if data is not None:
|
|
@@ -43,6 +52,7 @@ class Evaluation(models.Model):
|
|
|
43
52
|
|
|
44
53
|
def evaluate(event, evaluation)->"Evaluation":
|
|
45
54
|
|
|
55
|
+
count_okay = 0
|
|
46
56
|
daemon = LiveEvaluation(event, event.asset.predictors, evaluation)
|
|
47
57
|
|
|
48
58
|
# assignPredictorMetrics?
|
|
@@ -63,11 +73,18 @@ def evaluate(event, evaluation)->"Evaluation":
|
|
|
63
73
|
for mname in predictions[predictor_name][1]:
|
|
64
74
|
print(f">>> Retrieving {predictor_name}/{mname}.", file=sys.stderr)
|
|
65
75
|
data = daemon.predictors[predictor_name].getMetricData(run_id, mname)
|
|
66
|
-
|
|
76
|
+
if data is not None:
|
|
77
|
+
count_okay += 1
|
|
78
|
+
daemon.setMetricData(mname, predictor_name, data)
|
|
67
79
|
|
|
68
80
|
print(f">>> Completed {predictor_name}.", file=sys.stderr)
|
|
69
81
|
|
|
82
|
+
if count_okay:
|
|
83
|
+
evaluation.status = Evaluation.Status.Finished
|
|
84
|
+
else:
|
|
85
|
+
evaluation.status = Evaluation.Status.Invalid
|
|
70
86
|
|
|
87
|
+
evaluation.save()
|
|
71
88
|
daemon.save()
|
|
72
89
|
return evaluation
|
|
73
90
|
|
|
@@ -25,6 +25,8 @@ from .filters import AssetFilter
|
|
|
25
25
|
# Predictors
|
|
26
26
|
from irie.apps.prediction.runners.hazus import hazus_fragility
|
|
27
27
|
from irie.apps.prediction.runners.ssid import make_mountains, ssid_stats, ssid_event_plot
|
|
28
|
+
# Evaluations
|
|
29
|
+
from irie.apps.evaluation.models import Evaluation
|
|
28
30
|
|
|
29
31
|
|
|
30
32
|
@login_required(login_url="/login/")
|
|
@@ -47,7 +49,6 @@ def _fetch_rendering(request):
|
|
|
47
49
|
|
|
48
50
|
@login_required(login_url="/login/")
|
|
49
51
|
def asset_event_summary(request, cesmd, event):
|
|
50
|
-
from irie.apps.evaluation.models import Evaluation
|
|
51
52
|
|
|
52
53
|
context = {}
|
|
53
54
|
context["segment"] = "events"
|
|
@@ -113,7 +114,7 @@ def dashboard(request):
|
|
|
113
114
|
context["demo_version"] = True
|
|
114
115
|
|
|
115
116
|
context["recent_evaluations"] = [
|
|
116
|
-
(Evaluation.objects.get(event_id=event.id), event)
|
|
117
|
+
(Evaluation.objects.exclude(status=Evaluation.Status.Invalid).get(event_id=event.id), event)
|
|
117
118
|
for event in sorted(EventRecord.objects.all(),
|
|
118
119
|
key=lambda x: x.motion_data["event_date"], reverse=True)[:6]
|
|
119
120
|
]
|
|
@@ -124,7 +125,7 @@ def dashboard(request):
|
|
|
124
125
|
asset.id: max(event[1].pga for event in context["recent_evaluations"] if event[1].cesmd == asset.cesmd)
|
|
125
126
|
for asset in assets
|
|
126
127
|
}
|
|
127
|
-
|
|
128
|
+
|
|
128
129
|
context["asset_map"] = AssetMap(assets, colors=colors, color_name="Peak Station Accel.").get_html()
|
|
129
130
|
context["calid"] = {b.cesmd: b.calid for b in assets}
|
|
130
131
|
|
|
@@ -191,7 +192,7 @@ def asset_profile(request, calid):
|
|
|
191
192
|
|
|
192
193
|
# Compute Hazus fragility probabilities and curve
|
|
193
194
|
try:
|
|
194
|
-
hazus_results = hazus_fragility(asset.nbi_data
|
|
195
|
+
hazus_results = hazus_fragility(asset.nbi_data)
|
|
195
196
|
|
|
196
197
|
# Add fragility probabilities and plot to the context
|
|
197
198
|
context["hazus"] = {
|
|
@@ -205,7 +206,8 @@ def asset_profile(request, calid):
|
|
|
205
206
|
"curves": json.dumps(hazus_results["curves"])
|
|
206
207
|
# "plot_base64": hazus_results.get("plot_base64"),
|
|
207
208
|
}
|
|
208
|
-
except:
|
|
209
|
+
except Exception as e:
|
|
210
|
+
print(e)
|
|
209
211
|
pass
|
|
210
212
|
|
|
211
213
|
|
|
@@ -214,8 +216,10 @@ def asset_profile(request, calid):
|
|
|
214
216
|
if asset.cesmd:
|
|
215
217
|
cesmd = asset.cesmd
|
|
216
218
|
|
|
217
|
-
events = list(
|
|
218
|
-
|
|
219
|
+
events = list(sorted(
|
|
220
|
+
(e.event for e in Evaluation.objects.exclude(status=Evaluation.Status.Invalid).filter(asset=asset)),
|
|
221
|
+
key=lambda x: x.motion_data["event_date"], reverse=True))
|
|
222
|
+
|
|
219
223
|
|
|
220
224
|
evals = [
|
|
221
225
|
{"event": event,
|
|
@@ -59,20 +59,32 @@
|
|
|
59
59
|
</tbody>
|
|
60
60
|
</table>
|
|
61
61
|
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
62
|
+
<div class="card-footer px-3 border-0 d-flex flex-column flex-lg-row align-items-center justify-content-between">
|
|
63
|
+
<nav aria-label="Page navigation example">
|
|
64
|
+
<ul class="pagination mb-0">
|
|
65
|
+
<li class="page-item {% if not evaluations.has_previous %}disabled{% endif %}">
|
|
66
|
+
{% if evaluations.has_previous %}
|
|
67
|
+
<a class="page-link" href="?page={{ evaluations.previous_page_number }}&{{ page_query }}">Previous</a>
|
|
68
|
+
{% else %}
|
|
69
|
+
<a class="page-link disabled" href="#">Previous</a>
|
|
70
|
+
{% endif %}
|
|
71
|
+
</li>
|
|
72
|
+
{% for page in evaluations.paginator.page_range %}
|
|
73
|
+
{% if page <= evaluations.number|add:3 and page >= evaluations.number|add:-3 %}
|
|
74
|
+
<li class="page-item {% if page == evaluations.number %}active{% endif %}">
|
|
75
|
+
<a class="page-link" href="?page={{ page }}&{{ page_query }}">{{ page }}</a>
|
|
76
|
+
</li>
|
|
77
|
+
{% endif %}
|
|
78
|
+
{% endfor %}
|
|
79
|
+
<li class="page-item {% if not evaluations.has_next %}disabled{% endif %}">
|
|
80
|
+
{% if evaluations.has_next %}
|
|
81
|
+
<a class="page-link" href="?page={{ evaluations.next_page_number }}&{{ page_query }}">Next</a>
|
|
82
|
+
{% else %}
|
|
83
|
+
<a class="page-link disabled" href="#">Next</a>
|
|
84
|
+
{% endif %}
|
|
85
|
+
</li>
|
|
86
|
+
</ul>
|
|
87
|
+
</nav>
|
|
88
|
+
<div class="fw-normal small mt-4 mt-lg-0">Showing <b>{{ evaluations|length }}</b> out of <b>{{ evaluations.paginator.count }}</b> entries</div>
|
|
89
|
+
</div>
|
|
78
90
|
</div>
|
|
@@ -20,11 +20,10 @@
|
|
|
20
20
|
<nav aria-label="breadcrumb" class="d-none d-md-inline-block">
|
|
21
21
|
<ol class="breadcrumb breadcrumb-dark breadcrumb-transparent">
|
|
22
22
|
<li class="breadcrumb-item">
|
|
23
|
-
<a href="
|
|
23
|
+
<a href="{% url 'dashboard' %}">
|
|
24
24
|
<svg class="icon icon-xxs" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 12l2-2m0 0l7-7 7 7M5 10v10a1 1 0 001 1h3m10-11l2 2m-2-2v10a1 1 0 01-1 1h-3m-6 0a1 1 0 001-1v-4a1 1 0 011-1h2a1 1 0 011 1v4a1 1 0 001 1m-6 0h6"></path></svg>
|
|
25
25
|
</a>
|
|
26
26
|
</li>
|
|
27
|
-
<li class="breadcrumb-item"><a href="{% url 'dashboard' %}">BRACE<sup>2</sup></a></li>
|
|
28
27
|
<li class="breadcrumb-item" aria-current="page">Evaluations</li>
|
|
29
28
|
<li class="breadcrumb-item" aria-current="page">{{ event.id }}</li>
|
|
30
29
|
<li class="breadcrumb-item active"><code>{{ asset.calid }}</code></li>
|
|
@@ -126,11 +126,10 @@
|
|
|
126
126
|
<nav aria-label="breadcrumb" class="d-none d-md-inline-block">
|
|
127
127
|
<ol class="breadcrumb breadcrumb-dark breadcrumb-transparent">
|
|
128
128
|
<li class="breadcrumb-item">
|
|
129
|
-
<a href="
|
|
129
|
+
<a href="{% url 'dashboard' %}">
|
|
130
130
|
<svg class="icon icon-xxs" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 12l2-2m0 0l7-7 7 7M5 10v10a1 1 0 001 1h3m10-11l2 2m-2-2v10a1 1 0 01-1 1h-3m-6 0a1 1 0 001-1v-4a1 1 0 011-1h2a1 1 0 011 1v4a1 1 0 001 1m-6 0h6"></path></svg>
|
|
131
131
|
</a>
|
|
132
132
|
</li>
|
|
133
|
-
<li class="breadcrumb-item"><a href="{% url 'dashboard' %}">BRACE<sup>2</sup></a></li>
|
|
134
133
|
<li class="breadcrumb-item" aria-current="page"><a href="{% url 'asset_table' %}">Inventory</a></li>
|
|
135
134
|
<li class="breadcrumb-item active"><code>{{ asset.calid }}</code></li>
|
|
136
135
|
</ol>
|
|
@@ -243,24 +242,26 @@
|
|
|
243
242
|
<div class="col-8 mb-4">
|
|
244
243
|
{% for table in tables %}
|
|
245
244
|
<div class="card bg-white-100 border-0 shadow table-wrapper table-responsive">
|
|
246
|
-
<div class="card
|
|
247
|
-
<
|
|
248
|
-
<
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
<
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
245
|
+
<div class="card">
|
|
246
|
+
<div class="card-body shadow table-wrapper table-responsive">
|
|
247
|
+
<table class="table table-hover" style="display: block;">
|
|
248
|
+
<caption>{{asset.calid}} Table {{forloop.counter}}</caption>
|
|
249
|
+
{# <thead><tr><th>Key</th> <th>Value</th></tr></thead> #}
|
|
250
|
+
<tbody>
|
|
251
|
+
{# <tr><td><b>CESMD</b></td><td>{{ asset_data.cesmd }}</td></tr> #}
|
|
252
|
+
{% for key,val in table.items %}
|
|
253
|
+
{% if val %}
|
|
254
|
+
<tr>
|
|
255
|
+
<th scope="row" style="text-align:left; width:40%;">{{ key }}</th>
|
|
256
|
+
<!-- The inline style here ensures that
|
|
257
|
+
there are line breaks in rows with long text -->
|
|
258
|
+
<td style="width: 60%; white-space: normal !important;word-wrap: break-word;">{{ val }}</td>
|
|
259
|
+
</tr>
|
|
260
|
+
{% endif %}
|
|
261
|
+
{% endfor %}
|
|
262
|
+
</tbody>
|
|
263
|
+
</table>
|
|
264
|
+
</div>
|
|
264
265
|
</div>
|
|
265
266
|
</div>
|
|
266
267
|
<br>
|
|
@@ -28,11 +28,10 @@ table a[href^="https://"]::after
|
|
|
28
28
|
<nav aria-label="breadcrumb" class="d-none d-md-inline-block">
|
|
29
29
|
<ol class="breadcrumb breadcrumb-dark breadcrumb-transparent">
|
|
30
30
|
<li class="breadcrumb-item">
|
|
31
|
-
<a href="
|
|
31
|
+
<a href="{% url 'dashboard' %}">
|
|
32
32
|
<svg class="icon icon-xxs" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 12l2-2m0 0l7-7 7 7M5 10v10a1 1 0 001 1h3m10-11l2 2m-2-2v10a1 1 0 01-1 1h-3m-6 0a1 1 0 001-1v-4a1 1 0 011-1h2a1 1 0 011 1v4a1 1 0 001 1m-6 0h6"></path></svg>
|
|
33
33
|
</a>
|
|
34
34
|
</li>
|
|
35
|
-
<li class="breadcrumb-item"><a href="{% url 'dashboard' %}">BRACE<sup>2</sup></a></li>
|
|
36
35
|
<li class="breadcrumb-item active" aria-current="page">Inventory</li>
|
|
37
36
|
</ol>
|
|
38
37
|
</nav>
|
|
@@ -11,6 +11,7 @@ from django.conf import settings
|
|
|
11
11
|
from django.conf.urls.static import static
|
|
12
12
|
from django.contrib import admin
|
|
13
13
|
from django.urls import path, include
|
|
14
|
+
from django.views.generic.base import TemplateView
|
|
14
15
|
|
|
15
16
|
admin.site.site_header = "IRiE"
|
|
16
17
|
admin.site.index_title = "IRiE"
|
|
@@ -18,6 +19,11 @@ admin.site.site_title = "IRiE"
|
|
|
18
19
|
|
|
19
20
|
urlpatterns = [
|
|
20
21
|
path('admin/', admin.site.urls),
|
|
22
|
+
path(
|
|
23
|
+
"robots.txt",
|
|
24
|
+
TemplateView.as_view(template_name="site/robots.txt", content_type="text/plain"),
|
|
25
|
+
),
|
|
26
|
+
|
|
21
27
|
|
|
22
28
|
# Authentication routes
|
|
23
29
|
path("", include("irie.apps.authentication.urls")),
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: irie
|
|
3
|
-
Version: 0.0.
|
|
4
|
-
Summary:
|
|
3
|
+
Version: 0.0.21
|
|
4
|
+
Summary: An infrastructure resilience engine
|
|
5
5
|
Author-email: "Claudio M. Perez" <50180406+claudioperez@users.noreply.github.com>
|
|
6
6
|
Project-URL: Repository, https://github.com/STAIRLab
|
|
7
7
|
Project-URL: Documentation, https://stairlab.berkeley.edu/software/irie/
|
|
@@ -37,6 +37,7 @@ src/irie/apps/evaluation/models.py
|
|
|
37
37
|
src/irie/apps/evaluation/urls.py
|
|
38
38
|
src/irie/apps/evaluation/views.py
|
|
39
39
|
src/irie/apps/evaluation/migrations/0001_initial.py
|
|
40
|
+
src/irie/apps/evaluation/migrations/0002_evaluation_status.py
|
|
40
41
|
src/irie/apps/evaluation/migrations/__init__.py
|
|
41
42
|
src/irie/apps/events/__init__.py
|
|
42
43
|
src/irie/apps/events/admin.py
|
|
@@ -415,6 +416,7 @@ src/irie/apps/templates/site/page-lock.html
|
|
|
415
416
|
src/irie/apps/templates/site/page-reset-password.html
|
|
416
417
|
src/irie/apps/templates/site/page-sign-in.html
|
|
417
418
|
src/irie/apps/templates/site/page-sign-up.html
|
|
419
|
+
src/irie/apps/templates/site/robots.txt
|
|
418
420
|
src/irie/apps/templates/site/settings.html
|
|
419
421
|
src/irie/apps/templates/site/tables-bootstrap-tables.html
|
|
420
422
|
src/irie/apps/templates/site/transactions.html
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{irie-0.0.19 → irie-0.0.21}/src/irie/apps/events/migrations/0002_rename_event_eventrecord.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|