This commit is contained in:
Wade Wegner 2017-08-10 18:32:36 -06:00
Родитель 08a01f2a2d
Коммит ec4e24adca
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -10,12 +10,12 @@
<div class="slds-notify slds-notify_toast slds-theme_success" role="alert">
<span class="slds-assistive-text">warning</span>
<div class="slds-notify__content">
<h2 class="slds-text-heading_small ">Nice! <strong><%= template %></strong> has been deployed!</h2>
<h2 class="slds-text-heading_small ">Nice! <strong><%= template %></strong> has been deployed! You can access it at <a id="loginUrl" target="_blank" href=""></a></h2>
</div>
</div>
</div>
<p id="loginBlock" style="display: none;">Access your project at <a id="loginUrl" target="_blank" href=""></a></p>
<p></p>
</div>
<textarea id="status" class="slds-m-bottom_small sfdx-output"></textarea>