Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Commit cade6a5

Browse files
committed
Add machine name to dashboard header.
1 parent 8492b69 commit cade6a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

provisioning/templates/dashboard.html.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,7 @@
316316
<section class="jumbotron text-center">
317317
<a href="https://www.drupalvm.com/"><img src="http://docs.drupalvm.com/en/latest/images/drupal-vm-logo.png" alt="Drupal VM" title="Welcome to Drupal VM" class="img-responsive center-block"></a>
318318
<p><a href="https://github.com/geerlingguy/drupal-vm">Drupal VM</a> is a VM for local Drupal development, built with Vagrant + Ansible.</p>
319+
<p><small>Machine name: <strong>{{ vagrant_machine_name }}</strong></small></p>
319320
<p><a class="btn btn-primary btn-lg" href="http://docs.drupalvm.com/en/latest/" role="button">Read the documentation</a></p>
320321
</section>
321322
</div>

0 commit comments

Comments
 (0)