kopia lustrzana https://github.com/simonw/datasette
				
				
				
			Allow views to be browsed as well as tables
							rodzic
							
								
									02b1814fcf
								
							
						
					
					
						commit
						2a09d37087
					
				|  | @ -20,7 +20,7 @@ td { | |||
|         <tr> | ||||
|             {% for td in row %} | ||||
|                 <td> | ||||
|                     {% if loop.index == 2 and row.type == "table" %} | ||||
|                     {% if loop.index == 2 and row.type in ("table", "view") %} | ||||
|                         <a href="/{{ database }}-{{ database_hash }}/{{ td }}">{{ td }}</a> | ||||
|                     {% else %} | ||||
|                         {{ td }} | ||||
|  |  | |||
		Ładowanie…
	
		Reference in New Issue
	
	 Simon Willison
						Simon Willison