diff --git a/database/migrations/2021_06_19_043425_fix_systems.php b/database/migrations/2021_06_19_043425_fix_systems.php new file mode 100644 index 0000000..0c40af9 --- /dev/null +++ b/database/migrations/2021_06_19_043425_fix_systems.php @@ -0,0 +1,28 @@ + ul > li > p { + display: inline; +} .cap { text-transform:uppercase diff --git a/resources/views/domain/view.blade.php b/resources/views/domain/view.blade.php index 88f104e..22e0414 100644 --- a/resources/views/domain/view.blade.php +++ b/resources/views/domain/view.blade.php @@ -7,6 +7,7 @@
This system is aware of the following systems:
@if (\App\Models\System::count() == 0) @@ -37,7 +37,7 @@ @can('admin',(new \App\Models\System))