Skip to content

Commit

Permalink
Merge pull request #33 from simagix/0.5.1
Browse files Browse the repository at this point in the history
add videos
  • Loading branch information
simagix authored Oct 3, 2023
2 parents 59d12e7 + 6a6241a commit d3bdb98
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions audit_template.go
Original file line number Diff line number Diff line change
Expand Up @@ -359,8 +359,10 @@ func GetAuditTablesTemplate() (*template.Template, error) {
html += "OMG, the total impact from slowest operations was "
html += printer.Sprintf("<span style='color: orange;'>%s</span>, this may be a problem of lacking resources. Please review the sizing training videos below. ", gox.GetDurationFromSeconds(totalImpact))
html += "<div style='padding: 10px'>"
html += `<iframe width="336" height="189" src="https://www.youtube.com/embed/kObLsYJAruI" title="YouTube video player" style="margin-right: 5px;” frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>`
html += `<iframe width="336" height="189" src="https://www.youtube.com/embed/n1wORkr_1xI" title="YouTube video player" style="margin-right: 5px;” frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>`
html += `<iframe width="400" height="225" src="https://www.youtube.com/embed/kObLsYJAruI" title="Survery Your MongoDB Land" style="margin-right: 5px;” frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>`
html += `<iframe width="400" height="225" src="https://www.youtube.com/embed/equz1z0igv0" title="Bond - MongoDB Sharded Cluster Analysis" style="margin-right: 5px;” frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>`
html += `<iframe width="400" height="225" src="https://www.youtube.com/embed/0AAMw_q1E4o" title="Sizing a MongoDB Cluster 1" style="margin-right: 5px;” frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>`
html += `<iframe width="400" height="225" src="https://www.youtube.com/embed/n1wORkr_1xI" title="Sizing a MongoDB Cluster 2" style="margin-right: 5px;” frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>`
html += "</div>"
}
if len(data) > 0 {
Expand Down

0 comments on commit d3bdb98

Please sign in to comment.