mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 21:21:21 -03:30
adding some dummy lines
This commit is contained in:
parent
e6c342d9ad
commit
e11eb1d4d8
@ -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;
|
||||
|
||||
}
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user