This commit is contained in:
@@ -71,11 +71,8 @@ def generate_markdown_table(apps_data):
|
||||
# Internal URL (only for proxy apps)
|
||||
internal_url = app.get('internal_url', '-')
|
||||
if internal_url != '-':
|
||||
# Shorten internal URL for display
|
||||
internal_display = internal_url.replace('http://', '').replace('https://', '')
|
||||
if len(internal_display) > 30:
|
||||
internal_display = internal_display[:27] + '...'
|
||||
internal_url = f"`{internal_display}`"
|
||||
# Show full internal URL without shortening
|
||||
internal_url = f"`{internal_url}`"
|
||||
|
||||
description = app['description'] if app['description'] else "-"
|
||||
|
||||
|
Reference in New Issue
Block a user