adding some dummy lines

This commit is contained in:
jaredevantabor 2016-10-26 12:06:43 -07:00
parent e6c342d9ad
commit e11eb1d4d8
2 changed files with 14 additions and 6 deletions

View File

@ -10,15 +10,16 @@
}
.JobResultsStdOut-lineNumberColumn{
flex: 1 0 auto;
// flex: 1 0 auto;
background-color: @d7grey;
text-align: right;
padding-right: 10px;
color: @default-icon;
width: 100px;
}
.JobResultsStdOut-stdoutColumn{
background-color: @default-secondary-bg;
flex: 6 0 auto;
// flex: 6 0 auto;
}

View File

@ -5,7 +5,7 @@
1
</div>
<div class="JobResultsStdOut-stdoutColumn">
this is some lines of stdout
Vault password:
</div>
</div>
@ -14,7 +14,7 @@
2
</div>
<div class="JobResultsStdOut-stdoutColumn">
this is some lines of stdout
PLAY [Create Tower Host] *******************************************************
</div>
</div>
@ -23,7 +23,8 @@
3
</div>
<div class="JobResultsStdOut-stdoutColumn">
this is some lines of stdout
TASK [create_ec2_instances : Launch Instance] **********************************
changed: [local]
</div>
</div>
@ -32,7 +33,13 @@
4
</div>
<div class="JobResultsStdOut-stdoutColumn">
this is some lines of stdout
TASK [create_ec2_instances : Instance Ids] *************************************
[DEPRECATION WARNING]: Using bare variables is deprecated. Update your
playbooks so that the environment value uses the full variable syntax
('{{ec2.instances}}').
This feature will be removed in a future release.
Deprecation warnings can be disabled by setting deprecation_warnings=False in
ansible.cfg.
</div>
</div>