diff --git a/provisioning/templates/dashboard.html.j2 b/provisioning/templates/dashboard.html.j2 index 5fae7e798..e134275ae 100644 --- a/provisioning/templates/dashboard.html.j2 +++ b/provisioning/templates/dashboard.html.j2 @@ -11,7 +11,7 @@ margin: 0; } /* minor fallback styling for when loaded without an internet connection */ - .panel, .jumbotron, .well { + .card, .jumbotron { margin-bottom: 20px; } td, th { @@ -315,7 +315,7 @@
Drupal VM -

Drupal VM is a VM for local Drupal development, built with Vagrant + Ansible.

+

Drupal VM is a VM for local Drupal development, built with Vagrant + Ansible.

Machine name: {{ vagrant_machine_name }}

Read the documentation

@@ -324,18 +324,18 @@
-
-
Your sites
-
+
+
Your sites
+
{{ sectionSiteList() }}
-
-
{{ SectionDatabaseListLabel() }}
-
+
+
{{ SectionDatabaseListLabel() }}
+
{{ sectionDatabaseList() }} {{ sectionDatabaseUserList() }} @@ -346,39 +346,39 @@
-
-
PHP information
-
+
+
PHP information
+
{{ sectionPhpInformation() }}
-
-
MySQL connection information
-
+
+
MySQL connection information
+
{{ sectionDatabaseConnection() }}
-
-
Development tools
-
+
+
Development tools
+
{{ sectionDevelopmentTools() }}
-
+
-
-
/etc/hosts
-
-
+
+
/etc/hosts
+
+
{{ sectionHost() }}
Unless you're using the vagrant-hostsupdater or vagrant-hostmanager plugin, add the lines above to your host machine's hosts file. @@ -388,6 +388,6 @@
- +