Logo OTS Source
Oribi Tech OTS Signs Help
Sign In
OTSSigns/OTSSignsOrchestrator
2
0
Fork 0
You've already forked OTSSignsOrchestrator
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
90eb649940f55fcdd3fc14b0662b825e234d38f5
OTSSignsOrchestrator/OTSSignsOrchestrator.Core/Models/DTOs/TemplateConfig.cs

8 lines
198 B
C#
Raw Normal View History

feat: Add main application views and structure - Implemented CreateInstanceView for creating new instances. - Added HostsView for managing SSH hosts with CRUD operations. - Created InstancesView for displaying and managing instances. - Developed LogsView for viewing operation logs. - Introduced SecretsView for managing secrets associated with hosts. - Established SettingsView for configuring application settings. - Created MainWindow as the main application window with navigation. - Added app manifest and configuration files for logging and settings.
2026-02-18 10:43:27 -05:00
namespace OTSSignsOrchestrator.Core.Models.DTOs;
Refactor code structure for improved readability and maintainability
2026-02-12 15:24:25 -05:00
public class TemplateConfig
{
public string Yaml { get; set; } = string.Empty;
public DateTime FetchedAt { get; set; } = DateTime.UtcNow;
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 28ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API