Skip to content

Commit ecf8cb2

Browse files
authored
[LOGSXP-3837] Add OCI to Cloud source for logs (#30953)
* Update logs-cloud.html * Update logs-cloud.html * Switch Heroku and OCI
1 parent afa621c commit ecf8cb2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

layouts/partials/logs/logs-cloud.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{ $dot := . }}
22
<div class="logs-cloud">
33
<div class="container cards-dd">
4-
<div class="row row-cols-2 row-cols-sm-4 g-2 g-xl-3 justify-content-sm-center">
4+
<div class="row row-cols-2 row-cols-sm-5 g-2 g-xl-3 justify-content-sm-center">
55
<div class="col">
66
<a class="card h-100" href="/integrations/amazon_web_services/?tab=allpermissions#log-collection">
77
<div class="card-body text-center py-2 px-1 d-flex flex-column justify-content-center">
@@ -23,6 +23,13 @@
2323
</div>
2424
</a>
2525
</div>
26+
<div class="col">
27+
<a class="card h-100" href="/integrations/oracle-cloud-infrastructure/?tab=ociquickstartpreviewrecommended#log-collection">
28+
<div class="card-body text-center py-2 px-1 d-flex flex-column justify-content-center">
29+
{{ partial "img.html" (dict "root" . "src" "integrations_logos/oracle_cloud_infrastructure.png" "class" "img-fluid" "alt" "Oracle Cloud Infrastructure" "width" "400") }}
30+
</div>
31+
</a>
32+
</div>
2633
<div class="col">
2734
<a class="card h-100" href="/logs/guide/collect-heroku-logs/">
2835
<div class="card-body text-center py-2 px-1 d-flex flex-column justify-content-center">

0 commit comments

Comments
 (0)