button/input columns style="width: 1px"
This commit is contained in:
		@ -15,14 +15,14 @@ else
 | 
			
		||||
 | 
			
		||||
    <Pager Items="@_jobs">
 | 
			
		||||
        <Header>
 | 
			
		||||
            <th> </th>
 | 
			
		||||
            <th> </th>
 | 
			
		||||
            <th> </th>
 | 
			
		||||
            <th style="width: 1px;"> </th>
 | 
			
		||||
            <th style="width: 1px;"> </th>
 | 
			
		||||
            <th style="width: 1px;"> </th>
 | 
			
		||||
            <th>Name</th>
 | 
			
		||||
            <th>Status</th>
 | 
			
		||||
            <th>Frequency</th>
 | 
			
		||||
            <th>Next Execution</th>
 | 
			
		||||
            <th> </th>
 | 
			
		||||
            <th style="width: 1px;"> </th>
 | 
			
		||||
        </Header>
 | 
			
		||||
        <Row>
 | 
			
		||||
            <td><ActionLink Action="Edit" Parameters="@($"id=" + context.JobId.ToString())" /></td>
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user