3rdpartylicenses.txt |
ng/dist/3rdpartylicenses.txt |
|
core-js@2.5.7
MIT
Copyright (c) 2014-2018 Denis Pushkarev
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without… |
app.component.css |
ng/src/app/app.component.css |
|
app-panel {
position: fixed;
z-index: 5;
top: 0;
right: 0;
bottom: 0;
width: 400px;
background-color: #fff;
box-shadow: 0 0 5px 5px #eee;
padding: 2rem;
overflow: auto;
}
.trigger-btn {
text-align: right;
margin-bottom:… |
app.component.html |
ng/src/app/app.component.html |
|
|
BlockService.php |
src/BlockService.php |
Drupal\opigno_dashboard |
|
BlockServiceInterface.php |
src/BlockServiceInterface.php |
Drupal\opigno_dashboard |
|
Dashboard |
ng/dist/index.html |
|
Dashboard |
Dashboard |
ng/src/index.html |
|
Dashboard |
DashboardController.php |
src/Controller/DashboardController.php |
Drupal\opigno_dashboard\Controller |
|
opigno-dashboard-default.html.twig |
templates/opigno-dashboard-default.html.twig |
|
{% if tabs %}
<div id="block-tabs" class="contextual-region block-local_tasks_block">
{{ tabs }}
</div>
{% endif %}
<base href="{{ base_path ~ base_href }}">
<script… |
opigno-dashboard.html.twig |
templates/opigno-dashboard.html.twig |
|
<base href="{{ base_path ~ base_href }}">
<script type="text/javascript">
window.appConfig = {
columns: 3,
positions: [[], [], [], []],
apiBaseUrl: '{{ base_path }}',
apiRouteName: '{{… |
opigno_dashboard.info.yml |
opigno_dashboard.info.yml |
|
opigno_dashboard.info.yml |
opigno_dashboard.install |
opigno_dashboard.install |
|
Install, update and uninstall functions for the alt_aero_log_contacts module. |
opigno_dashboard.libraries.yml |
opigno_dashboard.libraries.yml |
|
opigno_dashboard.libraries.yml |
opigno_dashboard.links.task.yml |
opigno_dashboard.links.task.yml |
|
opigno_dashboard.links.task.yml |
opigno_dashboard.module |
opigno_dashboard.module |
|
Contains opigno_dashboard.module. |
opigno_dashboard.permissions.yml |
opigno_dashboard.permissions.yml |
|
opigno_dashboard.permissions.yml |
opigno_dashboard.routing.yml |
opigno_dashboard.routing.yml |
|
opigno_dashboard.routing.yml |
opigno_dashboard.services.yml |
opigno_dashboard.services.yml |
|
opigno_dashboard.services.yml |
opigno_dashboard.settings.yml |
config/install/opigno_dashboard.settings.yml |
|
config/install/opigno_dashboard.settings.yml |
panel.component.html |
ng/src/app/panel/panel.component.html |
|
|
RedirectOnAccessDeniedSubscriber.php |
src/EventSubscriber/RedirectOnAccessDeniedSubscriber.php |
Drupal\opigno_dashboard\EventSubscriber |
|
SettingsForm.php |
src/Form/SettingsForm.php |
Drupal\opigno_dashboard\Form |
|
styles.bundle.css |
ng/dist/styles.bundle.css |
|
*{box-sizing:border-box}app-root{position:relative;display:block}.blocks{min-height:200px}.dashboard-block{background-color:#eee;margin:0;padding:1rem}.dashboard-block .handle{cursor:move;float:right}.dashboard-block… |
styles.css |
ng/src/styles.css |
|
* {
box-sizing: border-box;
}
app-root {
position: relative;
display: block;
}
.blocks {
min-height: 200px;
}
.dashboard-block {
background-color: #eee;
margin: 0;
padding: 1rem;
}
.dashboard-block .handle {
cursor: move;
float:… |