mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 19:07:36 -02:30
adding some dummy lines
This commit is contained in:
@@ -10,15 +10,16 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.JobResultsStdOut-lineNumberColumn{
|
.JobResultsStdOut-lineNumberColumn{
|
||||||
flex: 1 0 auto;
|
// flex: 1 0 auto;
|
||||||
background-color: @d7grey;
|
background-color: @d7grey;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
color: @default-icon;
|
color: @default-icon;
|
||||||
|
width: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.JobResultsStdOut-stdoutColumn{
|
.JobResultsStdOut-stdoutColumn{
|
||||||
background-color: @default-secondary-bg;
|
background-color: @default-secondary-bg;
|
||||||
flex: 6 0 auto;
|
// flex: 6 0 auto;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
1
|
1
|
||||||
</div>
|
</div>
|
||||||
<div class="JobResultsStdOut-stdoutColumn">
|
<div class="JobResultsStdOut-stdoutColumn">
|
||||||
this is some lines of stdout
|
Vault password:
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
2
|
2
|
||||||
</div>
|
</div>
|
||||||
<div class="JobResultsStdOut-stdoutColumn">
|
<div class="JobResultsStdOut-stdoutColumn">
|
||||||
this is some lines of stdout
|
PLAY [Create Tower Host] *******************************************************
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -23,7 +23,8 @@
|
|||||||
3
|
3
|
||||||
</div>
|
</div>
|
||||||
<div class="JobResultsStdOut-stdoutColumn">
|
<div class="JobResultsStdOut-stdoutColumn">
|
||||||
this is some lines of stdout
|
TASK [create_ec2_instances : Launch Instance] **********************************
|
||||||
|
changed: [local]
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -32,7 +33,13 @@
|
|||||||
4
|
4
|
||||||
</div>
|
</div>
|
||||||
<div class="JobResultsStdOut-stdoutColumn">
|
<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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user