Merge branch 'main' of https://git.azuze.fr/kawa/SharepointToolbox-Web
This commit is contained in:
@@ -16,10 +16,7 @@
|
||||
<div class="card-title">Source</div>
|
||||
<SitePicker Profile="Session.CurrentProfile!" @bind-SelectedSites="_srcSites" Single="true" />
|
||||
<div class="form-row mt-8">
|
||||
<div class="form-group">
|
||||
<label class="form-label">Source Library</label>
|
||||
<input class="form-input" @bind="_srcLibrary" placeholder="Shared Documents" />
|
||||
</div>
|
||||
<LibraryPicker Profile="Session.CurrentProfile!" SiteUrl="@(_srcSites.FirstOrDefault()?.Url)" @bind-Library="_srcLibrary" Label="Source Library" />
|
||||
<div class="form-group">
|
||||
<label class="form-label">Source Folder (optional)</label>
|
||||
<input class="form-input" @bind="_srcFolder" placeholder="SubFolder/Path" />
|
||||
@@ -31,10 +28,7 @@
|
||||
<div class="card-title">Destination</div>
|
||||
<SitePicker Profile="Session.CurrentProfile!" @bind-SelectedSites="_dstSites" Single="true" />
|
||||
<div class="form-row mt-8">
|
||||
<div class="form-group">
|
||||
<label class="form-label">Destination Library</label>
|
||||
<input class="form-input" @bind="_dstLibrary" placeholder="Shared Documents" />
|
||||
</div>
|
||||
<LibraryPicker Profile="Session.CurrentProfile!" SiteUrl="@(_dstSites.FirstOrDefault()?.Url)" @bind-Library="_dstLibrary" Label="Destination Library" />
|
||||
<div class="form-group">
|
||||
<label class="form-label">Destination Folder (optional)</label>
|
||||
<input class="form-input" @bind="_dstFolder" />
|
||||
|
||||
Reference in New Issue
Block a user