Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
workloadmgr / usr / lib / python3 / dist-packages / workloadmgr / templates / snapshot_success.html
Size: Mime:
<html>

<head></head>

<body>
   <table cellspacing="0" cellpadding="0px"
      style="width:600px; border: 1px solid gray; color: white; font-family:Arial; font-size:11px;">
      <tbody>
         <tr style="background-color: green; height: 20px;">
            <td style="padding:5px;">
               <table cellspacing="0" cellpadding="0px"
                  style="width:100%; color: white; font-family:Arial; font-size:11px;">
                  <tbody>
                     <tr style="background-color: green; ">
                        <td style="font-size:25px; text-align:left; width:200px; ">
                           workload.display_name</td>
                        <td>&nbsp;</td>
                        <td style="font-size:25px; text-align:center;">
                           Success</td>
                     </tr>
                     <tr style="background-color: green;">
                        <td
                           style="color:rgba(255, 255, 255, 0.8); vertical-align:top; font-size:11px; font-style:italic; text-align:left; ">
                           (Workload Name)</td>
                        <td>&nbsp;</td>
                        <td style="color:rgba(255, 255, 255, 0.8);vertical-align:top; width: 160px; font-size:11px; font-style:italic; text-align:center;
                    word-break: normal;">
                           (Snapshot operation performed)</td>
                     </tr>
                  </tbody>
               </table>
            </td>
         </tr>
         <tr style="background-color: #eee;">
            <td>
               <table cellspacing="0" cellpadding="0px" style="width:100%">
                  <tr style="height: 30px;">
                     <td
                        style="padding-left: 5px; font-size:16px; color:#666; font-weight:bold; vertical-align: middle;">
                        Snapshot Details</td>
                     <td
                        style="padding-right: 6px; font-style:italic; text-align:right; font-size:12px; color:#666;  vertical-align: middle;">
                        &nbsp;
                     </td>
                  </tr>
               </table>
            </td>
         </tr>
         <tr style="background-color: #eee;">
            <td style="padding: 5px; ">
               <table cellspacing="0" cellpadding="0px" style="background-color: #fff;margin-top: -8px; text-align:left; vertical-align:
                    middle; width:100%;color:black;">
                  <tr>
                     <td style="font-size:13px; padding: 3px; color:black; border: 1px solid #999; font-weight:bold;
                    width: 90px;"> Name</td>
                     <td style="padding-left: 5px; font-size:12px; border: 1px solid #999">object.display_name</td>
                     <td
                        style="font-size:13px; padding: 3px; color:black; border: 1px solid #999; font-weight:bold; width: 80px;">
                        Type</td>
                     <td style="padding-left: 5px; font-size:12px; border: 1px solid #999">
                        object.snapshot_type</td>
                  </tr>
                  <tr>
                     <td style="font-size:13px; padding: 3px; color:black; border: 1px solid #999;
                    font-weight:bold;">Size</td>
                     <td style="padding-left: 5px; font-size:12px; border: 1px solid #999">
                        size_snap_kb or object.size bytes </td>
                     <td style="font-size:13px; padding: 3px; color:black; border: 1px solid #999; font-weight:bold; ">
                        Time taken</td>
                     <td style="padding-left: 5px; font-size:12px; border: 1px solid #999">time_unit</td>
                  </tr>
                  <tr>
                     <td style="font-size:13px; padding: 3px; color:black; border: 1px solid #999; font-weight:bold;">
                        Scheduled on</td>
                     <td style="padding-left: 5px; font-size:12px; border: 1px solid #999">object.host</td>
                     <td style="font-size:13px; padding: 3px; color:black; border: 1px solid #999; font-weight:bold;">
                        Description</td>
                     <td style="padding-left: 5px; font-size:12px; border: 1px solid #999">
                        object.display_description</td>
                  </tr>
                  <tr>
                     <td style="font-size:13px; padding: 3px; color:black; border: 1px solid #999; font-weight:bold;">
                        Created on</td>
                     <td style="padding-left: 5px; font-size:12px; border: 1px solid #999" colspan='3'>object.created_at
                     </td>
                  </tr>
               </table>
            </td>
         </tr>
         <tr style="background-color: #eee;">
            <td>
               <table cellspacing="0" cellpadding="0px" style="width:100%">
                  <tr style="height: 30px;">
                     <td
                        style="padding-left: 5px; font-size:16px; color:#666; font-weight:bold; vertical-align: middle;">
                        VMs Details</td>
                     <td style="padding-right: 6px; font-style:italic; text-align:right; font-size:12px; color:#666;
                    vertical-align: middle;"></td>
                  </tr>
               </table>
            </td>
         </tr>
         <tr style="background-color: #eee;">
            <td style="padding: 5px; ">
               <table cellspacing="0" cellpadding="0px" style="background-color: #fff;margin-top: -8px; text-align:left; vertical-align:
                    middle; width:100%;">vms_html</table>
            </td>
         </tr>
      </tbody>
   </table>
</body>

</html>