Yeleights commented on a change in pull request #1542: #1300 Add right 
alignment function in sql email content
URL: 
https://github.com/apache/incubator-dolphinscheduler/pull/1542#discussion_r361172872
 
 

 ##########
 File path: 
dolphinscheduler-alert/src/main/resources/mail_templates/alert_mail_template.ftl
 ##########
 @@ -14,4 +14,40 @@
   ~ See the License for the specific language governing permissions and
   ~ limitations under the License.
 -->
-<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 
'http://www.w3.org/TR/html4/loose.dtd'><html><head><title> 
dolphinscheduler</title><meta name='Keywords' content=''><meta 
name='Description' content=''><style type="text/css">table {            
margin-top:0px;            padding-top:0px;            border:1px solid;        
    font-size: 14px;            color: #333333;            border-width: 1px;   
         border-color: #666666;            border-collapse: collapse;        }  
      table th {            border-width: 1px;            padding: 8px;         
   border-style: solid;            border-color: #666666;            
background-color: #dedede;        }        table td {            border-width: 
1px;            padding: 8px;            border-style: solid;            
border-color: #666666;            background-color: #ffffff;        
}</style></head><body style="margin:0;padding:0"><table border="1px" 
cellpadding="5px" cellspacing="-10px"><thead><#if title??> 
${title}</#if></thead><#if content??> ${content}</#if></table></body></html>
\ No newline at end of file
+<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 
'http://www.w3.org/TR/html4/loose.dtd'>
 
 Review comment:
   I cancel format file: alert.resources.mail_templates.alert_mail_template.ftl

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to